Html Css Color HEX #334FEA Royal Blue

📋 copy color: '#334FEA'

red 51 ◦ green 79 ◦ blue 234

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

Shades of Royal Blue #334FEA

Tints of Royal Blue #334FEA

RGB

 RED value IS 51 (20.31% from 255) = 14.01%

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 14.01%
G = 21.7%
B = 64.29%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#334FEA (or 0x334FEA) is known color: Royal Blue. HEX triplet: 33, 4F and EA. RGB value is (51,79,234). Sum of RGB (Red+Green+Blue) = 51+79+234=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #334FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FEA is #CCB015. Grayscale: #575757. Windows color (decimal): -13414422 or 15355699. OLE color: 15355699.

HSL color Cylindrical-coordinate representation of color #334FEA: hue angle of 230.82º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334FEA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 79 234 -
CMYK 0.78 0.66 0 0.08
HSL 230.82º 0.81% 0.56% -
HSV(B) 230.82º 0.78% 0.92% -
XYZ 19.01 12.24 79.2 -
YUV 88.3 210.22 101.4 -
System Red Green Blue C M Y K H S L
Decimal 51 79 234 0.78 0.66 0 0.08 230.82 0.81 0.56
Hex 33 4F EA 4E 42 0 8 E7 51 38
Octal 63 117 352 116 102 0 10 347 121 70
Binary 110011 1001111 11101010 1001110 1000010 0 1000 11100111 1010001 111000

Color Harmonies of #334FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FEA

Black with #334FEA

Text Example


Text Example

White with #334FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334FEA; }

 p { color: rgb(51,79,234); }

 H1.HeaderClassName
 {
   color: #334FEA;
 }
 .AnyTagClassName
 {
   color: #334FEA;
 }
</style>

background-color css

<style>
 a { background-color: #334FEA; }

 a { background-color: rgb(51,79,234); }

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

border-color css

<style>
 span { border-color: #334FEA; }

 span { border-color: rgb(51,79,234); }

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