Html Css Color HEX #334EED Royal Blue

📋 copy color: '#334EED'

red 51 ◦ green 78 ◦ blue 237

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

Shades of Royal Blue #334EED

Tints of Royal Blue #334EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.75%

R = 13.93%
G = 21.31%
B = 64.75%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#334EED (or 0x334EED) is known color: Royal Blue. HEX triplet: 33, 4E and ED. RGB value is (51,78,237). Sum of RGB (Red+Green+Blue) = 51+78+237=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #334EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EED is #CCB112. Grayscale: #575757. Windows color (decimal): -13414675 or 15552051. OLE color: 15552051.

HSL color Cylindrical-coordinate representation of color #334EED: hue angle of 231.29º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334EED is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 78 237 -
CMYK 0.78 0.67 0 0.07
HSL 231.29º 0.84% 0.56% -
HSV(B) 231.29º 0.78% 0.93% -
XYZ 19.38 12.27 81.47 -
YUV 88.05 212.05 101.57 -
System Red Green Blue C M Y K H S L
Decimal 51 78 237 0.78 0.67 0 0.07 231.29 0.84 0.56
Hex 33 4E ED 4E 43 0 7 E7 54 38
Octal 63 116 355 116 103 0 7 347 124 70
Binary 110011 1001110 11101101 1001110 1000011 0 111 11100111 1010100 111000

Color Harmonies of #334EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334EED

Black with #334EED

Text Example


Text Example

White with #334EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,78,237); }

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

background-color css

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

 a { background-color: rgb(51,78,237); }

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

border-color css

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

 span { border-color: rgb(51,78,237); }

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