Html Css Color HEX #377DC8 Curious Blue

📋 copy color: '#377DC8'

red 55 ◦ green 125 ◦ blue 200

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

Shades of Curious Blue #377DC8

Tints of Curious Blue #377DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.63%

R = 14.47%
G = 32.89%
B = 52.63%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#377DC8 (or 0x377DC8) is known color: Curious Blue. HEX triplet: 37, 7D and C8. RGB value is (55,125,200). Sum of RGB (Red+Green+Blue) = 55+125+200=380 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.47% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #377DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DC8 is #C88237. Grayscale: #707070. Windows color (decimal): -13140536 or 13139255. OLE color: 13139255.

HSL color Cylindrical-coordinate representation of color #377DC8: hue angle of 211.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #377DC8 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 125 200 -
CMYK 0.72 0.38 0 0.22
HSL 211.03º 0.57% 0.5% -
HSV(B) 211.03º 0.73% 0.78% -
XYZ 19.33 19.65 57.42 -
YUV 112.62 177.31 86.9 -
System Red Green Blue C M Y K H S L
Decimal 55 125 200 0.72 0.38 0 0.22 211.03 0.57 0.5
Hex 37 7D C8 48 26 0 16 D3 39 32
Octal 67 175 310 110 46 0 26 323 71 62
Binary 110111 1111101 11001000 1001000 100110 0 10110 11010011 111001 110010

Color Harmonies of #377DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DC8

Black with #377DC8

Text Example


Text Example

White with #377DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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