Html Css Color HEX #3352EE Royal Blue

📋 copy color: '#3352EE'

red 51 ◦ green 82 ◦ blue 238

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

Shades of Royal Blue #3352EE

Tints of Royal Blue #3352EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 13.75%
G = 22.1%
B = 64.15%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3352EE (or 0x3352EE) is known color: Royal Blue. HEX triplet: 33, 52 and EE. RGB value is (51,82,238). Sum of RGB (Red+Green+Blue) = 51+82+238=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #3352EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3352EE is #CCAD11. Grayscale: #595959. Windows color (decimal): -13413650 or 15618611. OLE color: 15618611.

HSL color Cylindrical-coordinate representation of color #3352EE: hue angle of 230.05º 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 #3352EE is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 82 238 -
CMYK 0.79 0.66 0 0.07
HSL 230.05º 0.85% 0.57% -
HSV(B) 230.05º 0.79% 0.93% -
XYZ 19.82 12.91 82.34 -
YUV 90.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 51 82 238 0.79 0.66 0 0.07 230.05 0.85 0.57
Hex 33 52 EE 4F 42 0 7 E6 55 39
Octal 63 122 356 117 102 0 7 346 125 71
Binary 110011 1010010 11101110 1001111 1000010 0 111 11100110 1010101 111001

Color Harmonies of #3352EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3352EE

Black with #3352EE

Text Example


Text Example

White with #3352EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3352EE; }

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

 H1.HeaderClassName
 {
   color: #3352EE;
 }
 .AnyTagClassName
 {
   color: #3352EE;
 }
</style>

background-color css

<style>
 a { background-color: #3352EE; }

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

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

border-color css

<style>
 span { border-color: #3352EE; }

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

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