Html Css Color HEX #334FEE Royal Blue

📋 copy color: '#334FEE'

red 51 ◦ green 79 ◦ blue 238

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

Shades of Royal Blue #334FEE

Tints of Royal Blue #334FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 13.86%
G = 21.47%
B = 64.67%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#334FEE (or 0x334FEE) is known color: Royal Blue. HEX triplet: 33, 4F and EE. RGB value is (51,79,238). Sum of RGB (Red+Green+Blue) = 51+79+238=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #334FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FEE is #CCB011. Grayscale: #585858. Windows color (decimal): -13414418 or 15617843. OLE color: 15617843.

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

Color convert

RGB 51 79 238 -
CMYK 0.79 0.67 0 0.07
HSL 231.02º 0.85% 0.57% -
HSV(B) 231.02º 0.79% 0.93% -
XYZ 19.59 12.47 82.26 -
YUV 88.75 212.22 101.07 -
System Red Green Blue C M Y K H S L
Decimal 51 79 238 0.79 0.67 0 0.07 231.02 0.85 0.57
Hex 33 4F EE 4F 43 0 7 E7 55 39
Octal 63 117 356 117 103 0 7 347 125 71
Binary 110011 1001111 11101110 1001111 1000011 0 111 11100111 1010101 111001

Color Harmonies of #334FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334FEE

Black with #334FEE

Text Example


Text Example

White with #334FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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