Html Css Color HEX #377ECD Curious Blue

📋 copy color: '#377ECD'

red 55 ◦ green 126 ◦ blue 205

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

Shades of Curious Blue #377ECD

Tints of Curious Blue #377ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 14.25%
G = 32.64%
B = 53.11%

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

#377ECD (or 0x377ECD) is known color: Curious Blue. HEX triplet: 37, 7E and CD. RGB value is (55,126,205). Sum of RGB (Red+Green+Blue) = 55+126+205=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #377ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ECD is #C88132. Grayscale: #717171. Windows color (decimal): -13140275 or 13467191. OLE color: 13467191.

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

Color convert

RGB 55 126 205 -
CMYK 0.73 0.39 0 0.20
HSL 211.6º 0.6% 0.51% -
HSV(B) 211.6º 0.73% 0.8% -
XYZ 20.06 20.14 60.59 -
YUV 113.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 55 126 205 0.73 0.39 0 0.20 211.6 0.6 0.51
Hex 37 7E CD 49 27 0 14 D4 3C 33
Octal 67 176 315 111 47 0 24 324 74 63
Binary 110111 1111110 11001101 1001001 100111 0 10100 11010100 111100 110011

Color Harmonies of #377ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377ECD

Black with #377ECD

Text Example


Text Example

White with #377ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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