Html Css Color HEX #378EC9 Curious Blue

📋 copy color: '#378EC9'

red 55 ◦ green 142 ◦ blue 201

#378EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #378EC9

Tints of Curious Blue #378EC9

RGB

 RED value IS 55 (21.88% from 255) = 13.82%

 GREEN value IS 142 (55.86% from 255) = 35.68%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 13.82%
G = 35.68%
B = 50.5%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#378EC9 (or 0x378EC9) is known color: Curious Blue. HEX triplet: 37, 8E and C9. RGB value is (55,142,201). Sum of RGB (Red+Green+Blue) = 55+142+201=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #378EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378EC9 is #C87136. Grayscale: #7A7A7A. Windows color (decimal): -13136183 or 13209143. OLE color: 13209143.

HSL color Cylindrical-coordinate representation of color #378EC9: hue angle of 204.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378EC9 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 142 201 -
CMYK 0.73 0.29 0 0.21
HSL 204.25º 0.57% 0.5% -
HSV(B) 204.25º 0.73% 0.79% -
XYZ 21.79 24.38 58.81 -
YUV 122.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 55 142 201 0.73 0.29 0 0.21 204.25 0.57 0.5
Hex 37 8E C9 49 1D 0 15 CC 39 32
Octal 67 216 311 111 35 0 25 314 71 62
Binary 110111 10001110 11001001 1001001 11101 0 10101 11001100 111001 110010

Color Harmonies of #378EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378EC9

Black with #378EC9

Text Example


Text Example

White with #378EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #378EC9;
 }
 .AnyTagClassName
 {
   color: #378EC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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