Html Css Color HEX #377CCB Curious Blue

📋 copy color: '#377CCB'

red 55 ◦ green 124 ◦ blue 203

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

Shades of Curious Blue #377CCB

Tints of Curious Blue #377CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 14.4%
G = 32.46%
B = 53.14%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#377CCB (or 0x377CCB) is known color: Curious Blue. HEX triplet: 37, 7C and CB. RGB value is (55,124,203). Sum of RGB (Red+Green+Blue) = 55+124+203=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #377CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377CCB is #C88334. Grayscale: #6F6F6F. Windows color (decimal): -13140789 or 13335607. OLE color: 13335607.

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

Color convert

RGB 55 124 203 -
CMYK 0.73 0.39 0 0.20
HSL 212.03º 0.59% 0.51% -
HSV(B) 212.03º 0.73% 0.8% -
XYZ 19.56 19.54 59.24 -
YUV 112.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 55 124 203 0.73 0.39 0 0.20 212.03 0.59 0.51
Hex 37 7C CB 49 27 0 14 D4 3B 33
Octal 67 174 313 111 47 0 24 324 73 63
Binary 110111 1111100 11001011 1001001 100111 0 10100 11010100 111011 110011

Color Harmonies of #377CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377CCB

Black with #377CCB

Text Example


Text Example

White with #377CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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