Html Css Color HEX #377FE4 Royal Blue

📋 copy color: '#377FE4'

red 55 ◦ green 127 ◦ blue 228

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

Shades of Royal Blue #377FE4

Tints of Royal Blue #377FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.61%

R = 13.41%
G = 30.98%
B = 55.61%

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

#377FE4 (or 0x377FE4) is known color: Royal Blue. HEX triplet: 37, 7F and E4. RGB value is (55,127,228). Sum of RGB (Red+Green+Blue) = 55+127+228=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #377FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FE4 is #C8801B. Grayscale: #747474. Windows color (decimal): -13139996 or 14974775. OLE color: 14974775.

HSL color Cylindrical-coordinate representation of color #377FE4: hue angle of 215.03º degrees, saturation: 0.76, 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 #377FE4 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 127 228 -
CMYK 0.76 0.44 0 0.11
HSL 215.03º 0.76% 0.55% -
HSV(B) 215.03º 0.76% 0.89% -
XYZ 23.17 21.59 76.35 -
YUV 116.99 190.65 83.79 -
System Red Green Blue C M Y K H S L
Decimal 55 127 228 0.76 0.44 0 0.11 215.03 0.76 0.55
Hex 37 7F E4 4C 2C 0 B D7 4C 37
Octal 67 177 344 114 54 0 13 327 114 67
Binary 110111 1111111 11100100 1001100 101100 0 1011 11010111 1001100 110111

Color Harmonies of #377FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377FE4

Black with #377FE4

Text Example


Text Example

White with #377FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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