Html Css Color HEX #3251DF Royal Blue

📋 copy color: '#3251DF'

red 50 ◦ green 81 ◦ blue 223

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

Shades of Royal Blue #3251DF

Tints of Royal Blue #3251DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 14.12%
G = 22.88%
B = 62.99%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3251DF (or 0x3251DF) is known color: Royal Blue. HEX triplet: 32, 51 and DF. RGB value is (50,81,223). Sum of RGB (Red+Green+Blue) = 50+81+223=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #3251DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3251DF is #CDAE20. Grayscale: #575757. Windows color (decimal): -13479457 or 14635314. OLE color: 14635314.

HSL color Cylindrical-coordinate representation of color #3251DF: hue angle of 229.25º 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 #3251DF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 81 223 -
CMYK 0.78 0.64 0 0.13
HSL 229.25º 0.73% 0.54% -
HSV(B) 229.25º 0.78% 0.87% -
XYZ 17.58 11.89 71.18 -
YUV 87.92 204.23 100.95 -
System Red Green Blue C M Y K H S L
Decimal 50 81 223 0.78 0.64 0 0.13 229.25 0.73 0.54
Hex 32 51 DF 4E 40 0 D E5 49 36
Octal 62 121 337 116 100 0 15 345 111 66
Binary 110010 1010001 11011111 1001110 1000000 0 1101 11100101 1001001 110110

Color Harmonies of #3251DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3251DF

Black with #3251DF

Text Example


Text Example

White with #3251DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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