Html Css Color HEX #377EC6 Curious Blue

📋 copy color: '#377EC6'

red 55 ◦ green 126 ◦ blue 198

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

Shades of Curious Blue #377EC6

Tints of Curious Blue #377EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 198 (77.73% from 255) = 52.24%

R = 14.51%
G = 33.25%
B = 52.24%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#377EC6 (or 0x377EC6) is known color: Curious Blue. HEX triplet: 37, 7E and C6. RGB value is (55,126,198). Sum of RGB (Red+Green+Blue) = 55+126+198=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 198 (77.73% from 255 or 52.24% from 379); Max value from RGB is 198 - color contains mainly: blue. Hex color #377EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377EC6 is #C88139. Grayscale: #707070. Windows color (decimal): -13140282 or 13008439. OLE color: 13008439.

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

Color convert

RGB 55 126 198 -
CMYK 0.72 0.36 0 0.22
HSL 210.21º 0.57% 0.5% -
HSV(B) 210.21º 0.72% 0.78% -
XYZ 19.23 19.81 56.24 -
YUV 112.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 55 126 198 0.72 0.36 0 0.22 210.21 0.57 0.5
Hex 37 7E C6 48 24 0 16 D2 39 32
Octal 67 176 306 110 44 0 26 322 71 62
Binary 110111 1111110 11000110 1001000 100100 0 10110 11010010 111001 110010

Color Harmonies of #377EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377EC6

Black with #377EC6

Text Example


Text Example

White with #377EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,126,198); }

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

background-color css

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

 a { background-color: rgb(55,126,198); }

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

border-color css

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

 span { border-color: rgb(55,126,198); }

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