Html Css Color HEX #378CCC Curious Blue

📋 copy color: '#378CCC'

red 55 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #378CCC

Tints of Curious Blue #378CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 13.78%
G = 35.09%
B = 51.13%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#378CCC (or 0x378CCC) is known color: Curious Blue. HEX triplet: 37, 8C and CC. RGB value is (55,140,204). Sum of RGB (Red+Green+Blue) = 55+140+204=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #378CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #378CCC is #C87333. Grayscale: #797979. Windows color (decimal): -13136692 or 13405239. OLE color: 13405239.

HSL color Cylindrical-coordinate representation of color #378CCC: hue angle of 205.77º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #378CCC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 140 204 -
CMYK 0.73 0.31 0 0.2
HSL 205.77º 0.59% 0.51% -
HSV(B) 205.77º 0.73% 0.8% -
XYZ 21.85 23.93 60.59 -
YUV 121.88 174.34 80.3 -
System Red Green Blue C M Y K H S L
Decimal 55 140 204 0.73 0.31 0 0.2 205.77 0.59 0.51
Hex 37 8C CC 49 1F 0 14 CE 3B 33
Octal 67 214 314 111 37 0 24 316 73 63
Binary 110111 10001100 11001100 1001001 11111 0 10100 11001110 111011 110011

Color Harmonies of #378CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378CCC

Black with #378CCC

Text Example


Text Example

White with #378CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,140,204); }

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

background-color css

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

 a { background-color: rgb(55,140,204); }

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

border-color css

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

 span { border-color: rgb(55,140,204); }

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