Html Css Color HEX #378DC9 Curious Blue

📋 copy color: '#378DC9'

red 55 ◦ green 141 ◦ blue 201

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

Shades of Curious Blue #378DC9

Tints of Curious Blue #378DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 13.85%
G = 35.52%
B = 50.63%

CMYK

 C value IS 0.73

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#378DC9 (or 0x378DC9) is known color: Curious Blue. HEX triplet: 37, 8D and C9. RGB value is (55,141,201). Sum of RGB (Red+Green+Blue) = 55+141+201=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #378DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378DC9 is #C87236. Grayscale: #797979. Windows color (decimal): -13136439 or 13208887. OLE color: 13208887.

HSL color Cylindrical-coordinate representation of color #378DC9: hue angle of 204.66º 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 #378DC9 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 141 201 -
CMYK 0.73 0.30 0 0.21
HSL 204.66º 0.57% 0.5% -
HSV(B) 204.66º 0.73% 0.79% -
XYZ 21.64 24.08 58.77 -
YUV 122.13 172.51 80.12 -
System Red Green Blue C M Y K H S L
Decimal 55 141 201 0.73 0.30 0 0.21 204.66 0.57 0.5
Hex 37 8D C9 49 1E 0 15 CD 39 32
Octal 67 215 311 111 36 0 25 315 71 62
Binary 110111 10001101 11001001 1001001 11110 0 10101 11001101 111001 110010

Color Harmonies of #378DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378DC9

Black with #378DC9

Text Example


Text Example

White with #378DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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