Html Css Color HEX #377DCB Curious Blue

📋 copy color: '#377DCB'

red 55 ◦ green 125 ◦ blue 203

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

Shades of Curious Blue #377DCB

Tints of Curious Blue #377DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

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

R = 14.36%
G = 32.64%
B = 53%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#377DCB (or 0x377DCB) is known color: Curious Blue. HEX triplet: 37, 7D and CB. RGB value is (55,125,203). Sum of RGB (Red+Green+Blue) = 55+125+203=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #377DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DCB is #C88234. Grayscale: #707070. Windows color (decimal): -13140533 or 13335863. OLE color: 13335863.

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

Color convert

RGB 55 125 203 -
CMYK 0.73 0.38 0 0.20
HSL 211.62º 0.59% 0.51% -
HSV(B) 211.62º 0.73% 0.8% -
XYZ 19.69 19.79 59.28 -
YUV 112.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 55 125 203 0.73 0.38 0 0.20 211.62 0.59 0.51
Hex 37 7D CB 49 26 0 14 D4 3B 33
Octal 67 175 313 111 46 0 24 324 73 63
Binary 110111 1111101 11001011 1001001 100110 0 10100 11010100 111011 110011

Color Harmonies of #377DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DCB

Black with #377DCB

Text Example


Text Example

White with #377DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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