Html Css Color HEX #3259DB Royal Blue

📋 copy color: '#3259DB'

red 50 ◦ green 89 ◦ blue 219

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

Shades of Royal Blue #3259DB

Tints of Royal Blue #3259DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 219 (85.94% from 255) = 61.17%

R = 13.97%
G = 24.86%
B = 61.17%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3259DB (or 0x3259DB) is known color: Royal Blue. HEX triplet: 32, 59 and DB. RGB value is (50,89,219). Sum of RGB (Red+Green+Blue) = 50+89+219=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #3259DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3259DB is #CDA624. Grayscale: #5B5B5B. Windows color (decimal): -13477413 or 14375218. OLE color: 14375218.

HSL color Cylindrical-coordinate representation of color #3259DB: hue angle of 226.15º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3259DB is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 89 219 -
CMYK 0.77 0.59 0 0.14
HSL 226.15º 0.7% 0.53% -
HSV(B) 226.15º 0.77% 0.86% -
XYZ 17.67 12.94 68.58 -
YUV 92.16 199.58 97.93 -
System Red Green Blue C M Y K H S L
Decimal 50 89 219 0.77 0.59 0 0.14 226.15 0.7 0.53
Hex 32 59 DB 4D 3B 0 E E2 46 35
Octal 62 131 333 115 73 0 16 342 106 65
Binary 110010 1011001 11011011 1001101 111011 0 1110 11100010 1000110 110101

Color Harmonies of #3259DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3259DB

Black with #3259DB

Text Example


Text Example

White with #3259DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3259DB; }

 p { color: rgb(50,89,219); }

 H1.HeaderClassName
 {
   color: #3259DB;
 }
 .AnyTagClassName
 {
   color: #3259DB;
 }
</style>

background-color css

<style>
 a { background-color: #3259DB; }

 a { background-color: rgb(50,89,219); }

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

border-color css

<style>
 span { border-color: #3259DB; }

 span { border-color: rgb(50,89,219); }

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