Html Css Color HEX #374EE5 Royal Blue

📋 copy color: '#374EE5'

red 55 ◦ green 78 ◦ blue 229

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

Shades of Royal Blue #374EE5

Tints of Royal Blue #374EE5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.55%

 BLUE value IS 229 (89.84% from 255) = 63.26%

R = 15.19%
G = 21.55%
B = 63.26%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#374EE5 (or 0x374EE5) is known color: Royal Blue. HEX triplet: 37, 4E and E5. RGB value is (55,78,229). Sum of RGB (Red+Green+Blue) = 55+78+229=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 229 (89.84% from 255 or 63.26% from 362); Max value from RGB is 229 - color contains mainly: blue. Hex color #374EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EE5 is #C8B11A. Grayscale: #575757. Windows color (decimal): -13152539 or 15027767. OLE color: 15027767.

HSL color Cylindrical-coordinate representation of color #374EE5: hue angle of 232.07º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374EE5 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 55 78 229 -
CMYK 0.76 0.66 0 0.10
HSL 232.07º 0.77% 0.56% -
HSV(B) 232.07º 0.76% 0.9% -
XYZ 18.44 11.92 75.46 -
YUV 88.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 55 78 229 0.76 0.66 0 0.10 232.07 0.77 0.56
Hex 37 4E E5 4C 42 0 A E8 4D 38
Octal 67 116 345 114 102 0 12 350 115 70
Binary 110111 1001110 11100101 1001100 1000010 0 1010 11101000 1001101 111000

Color Harmonies of #374EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EE5

Black with #374EE5

Text Example


Text Example

White with #374EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374EE5; }

 p { color: rgb(55,78,229); }

 H1.HeaderClassName
 {
   color: #374EE5;
 }
 .AnyTagClassName
 {
   color: #374EE5;
 }
</style>

background-color css

<style>
 a { background-color: #374EE5; }

 a { background-color: rgb(55,78,229); }

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

border-color css

<style>
 span { border-color: #374EE5; }

 span { border-color: rgb(55,78,229); }

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