Html Css Color HEX #377FE2 Royal Blue

📋 copy color: '#377FE2'

red 55 ◦ green 127 ◦ blue 226

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

Shades of Royal Blue #377FE2

Tints of Royal Blue #377FE2

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 226 (88.67% from 255) = 55.39%

R = 13.48%
G = 31.13%
B = 55.39%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#377FE2 (or 0x377FE2) is known color: Royal Blue. HEX triplet: 37, 7F and E2. RGB value is (55,127,226). Sum of RGB (Red+Green+Blue) = 55+127+226=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 226 (88.67% from 255 or 55.39% from 408); Max value from RGB is 226 - color contains mainly: blue. Hex color #377FE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FE2 is #C8801D. Grayscale: #747474. Windows color (decimal): -13139998 or 14843703. OLE color: 14843703.

HSL color Cylindrical-coordinate representation of color #377FE2: hue angle of 214.74º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #377FE2 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 127 226 -
CMYK 0.76 0.44 0 0.11
HSL 214.74º 0.75% 0.55% -
HSV(B) 214.74º 0.76% 0.89% -
XYZ 22.89 21.48 74.89 -
YUV 116.76 189.65 83.95 -
System Red Green Blue C M Y K H S L
Decimal 55 127 226 0.76 0.44 0 0.11 214.74 0.75 0.55
Hex 37 7F E2 4C 2C 0 B D7 4B 37
Octal 67 177 342 114 54 0 13 327 113 67
Binary 110111 1111111 11100010 1001100 101100 0 1011 11010111 1001011 110111

Color Harmonies of #377FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FE2

Black with #377FE2

Text Example


Text Example

White with #377FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,127,226); }

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

background-color css

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

 a { background-color: rgb(55,127,226); }

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

border-color css

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

 span { border-color: rgb(55,127,226); }

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