Html Css Color HEX #377DC2 Curious Blue

📋 copy color: '#377DC2'

red 55 ◦ green 125 ◦ blue 194

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

Shades of Curious Blue #377DC2

Tints of Curious Blue #377DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.87%

R = 14.71%
G = 33.42%
B = 51.87%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#377DC2 (or 0x377DC2) is known color: Curious Blue. HEX triplet: 37, 7D and C2. RGB value is (55,125,194). Sum of RGB (Red+Green+Blue) = 55+125+194=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 194 (76.17% from 255 or 51.87% from 374); Max value from RGB is 194 - color contains mainly: blue. Hex color #377DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377DC2 is #C8823D. Grayscale: #6F6F6F. Windows color (decimal): -13140542 or 12746039. OLE color: 12746039.

HSL color Cylindrical-coordinate representation of color #377DC2: hue angle of 209.78º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #377DC2 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 55 125 194 -
CMYK 0.72 0.36 0 0.24
HSL 209.78º 0.56% 0.49% -
HSV(B) 209.78º 0.72% 0.76% -
XYZ 18.65 19.37 53.8 -
YUV 111.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 55 125 194 0.72 0.36 0 0.24 209.78 0.56 0.49
Hex 37 7D C2 48 24 0 18 D2 38 31
Octal 67 175 302 110 44 0 30 322 70 61
Binary 110111 1111101 11000010 1001000 100100 0 11000 11010010 111000 110001

Color Harmonies of #377DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377DC2

Black with #377DC2

Text Example


Text Example

White with #377DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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