Html Css Color HEX #377ED0 Curious Blue

📋 copy color: '#377ED0'

red 55 ◦ green 126 ◦ blue 208

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

Shades of Curious Blue #377ED0

Tints of Curious Blue #377ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 14.14%
G = 32.39%
B = 53.47%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#377ED0 (or 0x377ED0) is known color: Curious Blue. HEX triplet: 37, 7E and D0. RGB value is (55,126,208). Sum of RGB (Red+Green+Blue) = 55+126+208=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #377ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377ED0 is #C8812F. Grayscale: #717171. Windows color (decimal): -13140272 or 13663799. OLE color: 13663799.

HSL color Cylindrical-coordinate representation of color #377ED0: hue angle of 212.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #377ED0 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 126 208 -
CMYK 0.74 0.39 0 0.18
HSL 212.16º 0.62% 0.52% -
HSV(B) 212.16º 0.74% 0.82% -
XYZ 20.42 20.29 62.51 -
YUV 114.12 180.98 85.83 -
System Red Green Blue C M Y K H S L
Decimal 55 126 208 0.74 0.39 0 0.18 212.16 0.62 0.52
Hex 37 7E D0 4A 27 0 12 D4 3E 34
Octal 67 176 320 112 47 0 22 324 76 64
Binary 110111 1111110 11010000 1001010 100111 0 10010 11010100 111110 110100

Color Harmonies of #377ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377ED0

Black with #377ED0

Text Example


Text Example

White with #377ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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