Html Css Color HEX #3252DF Royal Blue

📋 copy color: '#3252DF'

red 50 ◦ green 82 ◦ blue 223

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

Shades of Royal Blue #3252DF

Tints of Royal Blue #3252DF

RGB

 RED value IS 50 (19.92% from 255) = 14.08%

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 14.08%
G = 23.1%
B = 62.82%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3252DF (or 0x3252DF) is known color: Royal Blue. HEX triplet: 32, 52 and DF. RGB value is (50,82,223). Sum of RGB (Red+Green+Blue) = 50+82+223=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #3252DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3252DF is #CDAD20. Grayscale: #575757. Windows color (decimal): -13479201 or 14635570. OLE color: 14635570.

HSL color Cylindrical-coordinate representation of color #3252DF: hue angle of 228.9º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3252DF is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 82 223 -
CMYK 0.78 0.63 0 0.13
HSL 228.9º 0.73% 0.54% -
HSV(B) 228.9º 0.78% 0.87% -
XYZ 17.65 12.04 71.21 -
YUV 88.51 203.9 100.54 -
System Red Green Blue C M Y K H S L
Decimal 50 82 223 0.78 0.63 0 0.13 228.9 0.73 0.54
Hex 32 52 DF 4E 3F 0 D E5 49 36
Octal 62 122 337 116 77 0 15 345 111 66
Binary 110010 1010010 11011111 1001110 111111 0 1101 11100101 1001001 110110

Color Harmonies of #3252DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3252DF

Black with #3252DF

Text Example


Text Example

White with #3252DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3252DF; }

 p { color: rgb(50,82,223); }

 H1.HeaderClassName
 {
   color: #3252DF;
 }
 .AnyTagClassName
 {
   color: #3252DF;
 }
</style>

background-color css

<style>
 a { background-color: #3252DF; }

 a { background-color: rgb(50,82,223); }

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

border-color css

<style>
 span { border-color: #3252DF; }

 span { border-color: rgb(50,82,223); }

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