Html Css Color HEX #377CCC Curious Blue

📋 copy color: '#377CCC'

red 55 ◦ green 124 ◦ blue 204

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

Shades of Curious Blue #377CCC

Tints of Curious Blue #377CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.38%

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

R = 14.36%
G = 32.38%
B = 53.26%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#377CCC (or 0x377CCC) is known color: Curious Blue. HEX triplet: 37, 7C and CC. RGB value is (55,124,204). Sum of RGB (Red+Green+Blue) = 55+124+204=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #377CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CCC is #C88333. Grayscale: #707070. Windows color (decimal): -13140788 or 13401143. OLE color: 13401143.

HSL color Cylindrical-coordinate representation of color #377CCC: hue angle of 212.21º 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 #377CCC is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 124 204 -
CMYK 0.73 0.39 0 0.2
HSL 212.21º 0.59% 0.51% -
HSV(B) 212.21º 0.73% 0.8% -
XYZ 19.68 19.59 59.87 -
YUV 112.49 179.64 87 -
System Red Green Blue C M Y K H S L
Decimal 55 124 204 0.73 0.39 0 0.2 212.21 0.59 0.51
Hex 37 7C CC 49 27 0 14 D4 3B 33
Octal 67 174 314 111 47 0 24 324 73 63
Binary 110111 1111100 11001100 1001001 100111 0 10100 11010100 111011 110011

Color Harmonies of #377CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CCC

Black with #377CCC

Text Example


Text Example

White with #377CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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