#378ACE

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

Shades of Curious Blue #378ACE

Tints of Curious Blue #378ACE

Color information

#378ACE (or 0x378ACE) is unknown color: approx Curious Blue. HEX triplet: 37, 8A and CE. RGB value is (55,138,206). Sum of RGB (Red+Green+Blue) = 55+138+206=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #378ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378ACE is #C87531. Grayscale: #787878. Windows color (decimal): -13137202 or 13535799. OLE color: 13535799.

HSL color Cylindrical-coordinate representation of color #378ACE: hue angle of 207.02º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378ACE is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB55138206-
CMYK0.730.3300.19
HSL207.02º60.64%51.18%-
HSV(B)207.02º73.3%80.78%-
XYZ21.823.4561.77-
YUV120.9417680.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.78%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=13.78%
G=34.59%
B=51.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal551382060.730.3300.19207.0260.6451.18
Hex378ACE4921013cf3d33
Octal67212316111410233177563
Binary1101111000101011001110100100110000101001111001111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,206); }

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

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

 a { background-color: rgb(55,138,206); }

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

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

 span { border-color: rgb(55,138,206); }

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