Html Css Color HEX #377FCC Curious Blue

📋 copy color: '#377FCC'

red 55 ◦ green 127 ◦ blue 204

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

Shades of Curious Blue #377FCC

Tints of Curious Blue #377FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 14.25%
G = 32.9%
B = 52.85%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#377FCC (or 0x377FCC) is known color: Curious Blue. HEX triplet: 37, 7F and CC. RGB value is (55,127,204). Sum of RGB (Red+Green+Blue) = 55+127+204=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #377FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FCC is #C88033. Grayscale: #717171. Windows color (decimal): -13140020 or 13401911. OLE color: 13401911.

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

Color convert

RGB 55 127 204 -
CMYK 0.73 0.38 0 0.2
HSL 211.01º 0.59% 0.51% -
HSV(B) 211.01º 0.73% 0.8% -
XYZ 20.06 20.35 60 -
YUV 114.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 55 127 204 0.73 0.38 0 0.2 211.01 0.59 0.51
Hex 37 7F CC 49 26 0 14 D3 3B 33
Octal 67 177 314 111 46 0 24 323 73 63
Binary 110111 1111111 11001100 1001001 100110 0 10100 11010011 111011 110011

Color Harmonies of #377FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FCC

Black with #377FCC

Text Example


Text Example

White with #377FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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