Html Css Color HEX #374CE4 Royal Blue

📋 copy color: '#374CE4'

red 55 ◦ green 76 ◦ blue 228

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

Shades of Royal Blue #374CE4

Tints of Royal Blue #374CE4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

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

R = 15.32%
G = 21.17%
B = 63.51%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#374CE4 (or 0x374CE4) is known color: Royal Blue. HEX triplet: 37, 4C and E4. RGB value is (55,76,228). Sum of RGB (Red+Green+Blue) = 55+76+228=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 228 (89.45% from 255 or 63.51% from 359); Max value from RGB is 228 - color contains mainly: blue. Hex color #374CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CE4 is #C8B31B. Grayscale: #565656. Windows color (decimal): -13153052 or 14961719. OLE color: 14961719.

HSL color Cylindrical-coordinate representation of color #374CE4: hue angle of 232.72º 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 #374CE4 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 76 228 -
CMYK 0.76 0.67 0 0.11
HSL 232.72º 0.76% 0.55% -
HSV(B) 232.72º 0.76% 0.89% -
XYZ 18.16 11.58 74.68 -
YUV 87.05 207.54 105.14 -
System Red Green Blue C M Y K H S L
Decimal 55 76 228 0.76 0.67 0 0.11 232.72 0.76 0.55
Hex 37 4C E4 4C 43 0 B E9 4C 37
Octal 67 114 344 114 103 0 13 351 114 67
Binary 110111 1001100 11100100 1001100 1000011 0 1011 11101001 1001100 110111

Color Harmonies of #374CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CE4

Black with #374CE4

Text Example


Text Example

White with #374CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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