Html Css Color HEX #3452EF Royal Blue

📋 copy color: '#3452EF'

red 52 ◦ green 82 ◦ blue 239

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

Shades of Royal Blue #3452EF

Tints of Royal Blue #3452EF

RGB

 RED value IS 52 (20.7% from 255) = 13.94%

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

 BLUE value IS 239 (93.75% from 255) = 64.08%

R = 13.94%
G = 21.98%
B = 64.08%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3452EF (or 0x3452EF) is known color: Royal Blue. HEX triplet: 34, 52 and EF. RGB value is (52,82,239). Sum of RGB (Red+Green+Blue) = 52+82+239=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #3452EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3452EF is #CBAD10. Grayscale: #5A5A5A. Windows color (decimal): -13348113 or 15684148. OLE color: 15684148.

HSL color Cylindrical-coordinate representation of color #3452EF: hue angle of 230.37º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3452EF is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 82 239 -
CMYK 0.78 0.66 0 0.06
HSL 230.37º 0.85% 0.57% -
HSV(B) 230.37º 0.78% 0.94% -
XYZ 20.01 13 83.12 -
YUV 90.93 211.56 100.23 -
System Red Green Blue C M Y K H S L
Decimal 52 82 239 0.78 0.66 0 0.06 230.37 0.85 0.57
Hex 34 52 EF 4E 42 0 6 E6 55 39
Octal 64 122 357 116 102 0 6 346 125 71
Binary 110100 1010010 11101111 1001110 1000010 0 110 11100110 1010101 111001

Color Harmonies of #3452EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3452EF

Black with #3452EF

Text Example


Text Example

White with #3452EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3452EF; }

 p { color: rgb(52,82,239); }

 H1.HeaderClassName
 {
   color: #3452EF;
 }
 .AnyTagClassName
 {
   color: #3452EF;
 }
</style>

background-color css

<style>
 a { background-color: #3452EF; }

 a { background-color: rgb(52,82,239); }

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

border-color css

<style>
 span { border-color: #3452EF; }

 span { border-color: rgb(52,82,239); }

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