#378bd7

Color #378BD7 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #378BD7

Tints of Curious Blue #378BD7

Color information

#378BD7 (or 0x378BD7) is unknown color: approx Curious Blue. HEX triplet: 37, 8B and D7. RGB value is (55,139,215). Sum of RGB (Red+Green+Blue) = 55+139+215=409 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.45% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #378BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378BD7 is #C87428. Grayscale: #7A7A7A. Windows color (decimal): -13136937 or 14125879. OLE color: 14125879.

HSL color Cylindrical-coordinate representation of color #378BD7: hue angle of 208.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #378BD7 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB55139215-
CMYK0.740.3500.16
HSL208.5º66.67%52.94%-
HSV(B)208.5º74.42%84.31%-
XYZ23.0724.1867.74-
YUV122.55180.1779.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 13.45%
GREEN value IS 139 (54.69% from 255) = 33.99%
BLUE value IS 215 (84.38% from 255) = 52.57%
R=13.45%
G=33.99%
B=52.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal551392150.740.3500.16208.566.6752.94
Hex378BD74A23010d04335
Octal672133271124302032010365
Binary11011110001011110101111001010100011010000110100001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378bd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378bd7; }

 p { color: rgb(55,139,215); }

 H1.HeaderClassName
 {
   color: #378bd7;
 }
 .AnyTagClassName
 {
   color: #378bd7;
 }
</style>
background-color css

<style>
 a { background-color: #378bd7; }

 a { background-color: rgb(55,139,215); }

 div.DivClassName
 {
   background-color: #378bd7;
 }
 .BgClassName
 {
   background-color: #378bd7;
 }
</style>
border-color css

<style>
 span { border-color: #378bd7; }

 span { border-color: rgb(55,139,215); }

 td.TdClassName
 {
   border-color: #378bd7;
 }
 .TagClassName
 {
   border-color: #378bd7;
 }
</style>