Html Css Color HEX #3259FA Royal Blue

📋 copy color: '#3259FA'

red 50 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #3259FA

Tints of Royal Blue #3259FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.27%

R = 12.85%
G = 22.88%
B = 64.27%

CMYK

 C value IS 0.8

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3259FA (or 0x3259FA) is known color: Royal Blue. HEX triplet: 32, 59 and FA. RGB value is (50,89,250). Sum of RGB (Red+Green+Blue) = 50+89+250=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #3259FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3259FA is #CDA605. Grayscale: #5F5F5F. Windows color (decimal): -13477382 or 16406834. OLE color: 16406834.

HSL color Cylindrical-coordinate representation of color #3259FA: hue angle of 228.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3259FA is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 89 250 -
CMYK 0.8 0.64 0 0.02
HSL 228.3º 0.95% 0.59% -
HSV(B) 228.3º 0.8% 0.98% -
XYZ 22.14 14.72 92.12 -
YUV 95.69 215.08 95.41 -
System Red Green Blue C M Y K H S L
Decimal 50 89 250 0.8 0.64 0 0.02 228.3 0.95 0.59
Hex 32 59 FA 50 40 0 2 E4 5F 3B
Octal 62 131 372 120 100 0 2 344 137 73
Binary 110010 1011001 11111010 1010000 1000000 0 10 11100100 1011111 111011

Color Harmonies of #3259FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3259FA

Black with #3259FA

Text Example


Text Example

White with #3259FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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