#378EBE

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

Shades of Curious Blue #378EBE

Tints of Curious Blue #378EBE

Color information

#378EBE (or 0x378EBE) is unknown color: approx Curious Blue. HEX triplet: 37, 8E and BE. RGB value is (55,142,190). Sum of RGB (Red+Green+Blue) = 55+142+190=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #378EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EBE is #C87141. Grayscale: #797979. Windows color (decimal): -13136194 or 12488247. OLE color: 12488247.

HSL color Cylindrical-coordinate representation of color #378EBE: hue angle of 201.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #378EBE is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB55142190-
CMYK0.710.2500.25
HSL201.33º55.1%48.04%-
HSV(B)201.33º71.05%74.51%-
XYZ20.5423.8852.24-
YUV121.46166.6880.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.21%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=14.21%
G=36.69%
B=49.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551421900.710.2500.25201.3355.148.04
Hex378EBE4719019c93730
Octal67216276107310313116760
Binary110111100011101011111010001111100101100111001001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,142,190); }

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

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

 a { background-color: rgb(55,142,190); }

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

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

 span { border-color: rgb(55,142,190); }

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