Html Css Color HEX #3353E0 Royal Blue

📋 copy color: '#3353E0'

red 51 ◦ green 83 ◦ blue 224

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

Shades of Royal Blue #3353E0

Tints of Royal Blue #3353E0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

 BLUE value IS 224 (87.89% from 255) = 62.57%

R = 14.25%
G = 23.18%
B = 62.57%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3353E0 (or 0x3353E0) is known color: Royal Blue. HEX triplet: 33, 53 and E0. RGB value is (51,83,224). Sum of RGB (Red+Green+Blue) = 51+83+224=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 224 (87.89% from 255 or 62.57% from 358); Max value from RGB is 224 - color contains mainly: blue. Hex color #3353E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3353E0 is #CCAC1F. Grayscale: #585858. Windows color (decimal): -13413408 or 14701363. OLE color: 14701363.

HSL color Cylindrical-coordinate representation of color #3353E0: hue angle of 228.9º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3353E0 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 83 224 -
CMYK 0.77 0.63 0 0.12
HSL 228.9º 0.74% 0.54% -
HSV(B) 228.9º 0.77% 0.88% -
XYZ 17.91 12.27 71.95 -
YUV 89.51 203.9 100.54 -
System Red Green Blue C M Y K H S L
Decimal 51 83 224 0.77 0.63 0 0.12 228.9 0.74 0.54
Hex 33 53 E0 4D 3F 0 C E5 4A 36
Octal 63 123 340 115 77 0 14 345 112 66
Binary 110011 1010011 11100000 1001101 111111 0 1100 11100101 1001010 110110

Color Harmonies of #3353E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3353E0

Black with #3353E0

Text Example


Text Example

White with #3353E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3353E0; }

 p { color: rgb(51,83,224); }

 H1.HeaderClassName
 {
   color: #3353E0;
 }
 .AnyTagClassName
 {
   color: #3353E0;
 }
</style>

background-color css

<style>
 a { background-color: #3353E0; }

 a { background-color: rgb(51,83,224); }

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

border-color css

<style>
 span { border-color: #3353E0; }

 span { border-color: rgb(51,83,224); }

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