Html Css Color HEX #374FEB Royal Blue

📋 copy color: '#374FEB'

red 55 ◦ green 79 ◦ blue 235

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

Shades of Royal Blue #374FEB

Tints of Royal Blue #374FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 14.91%
G = 21.41%
B = 63.69%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#374FEB (or 0x374FEB) is known color: Royal Blue. HEX triplet: 37, 4F and EB. RGB value is (55,79,235). Sum of RGB (Red+Green+Blue) = 55+79+235=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #374FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FEB is #C8B014. Grayscale: #585858. Windows color (decimal): -13152277 or 15421239. OLE color: 15421239.

HSL color Cylindrical-coordinate representation of color #374FEB: hue angle of 232º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #374FEB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 79 235 -
CMYK 0.77 0.66 0 0.08
HSL 232º 0.82% 0.57% -
HSV(B) 232º 0.77% 0.92% -
XYZ 19.37 12.4 79.97 -
YUV 89.61 210.05 103.32 -
System Red Green Blue C M Y K H S L
Decimal 55 79 235 0.77 0.66 0 0.08 232 0.82 0.57
Hex 37 4F EB 4D 42 0 8 E8 52 39
Octal 67 117 353 115 102 0 10 350 122 71
Binary 110111 1001111 11101011 1001101 1000010 0 1000 11101000 1010010 111001

Color Harmonies of #374FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FEB

Black with #374FEB

Text Example


Text Example

White with #374FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,235); }

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

background-color css

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

 a { background-color: rgb(55,79,235); }

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

border-color css

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

 span { border-color: rgb(55,79,235); }

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