Html Css Color HEX #3359FA Royal Blue

📋 copy color: '#3359FA'

red 51 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #3359FA

Tints of Royal Blue #3359FA

RGB

 RED value IS 51 (20.31% from 255) = 13.08%

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

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

R = 13.08%
G = 22.82%
B = 64.1%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3359FA (or 0x3359FA) is known color: Royal Blue. HEX triplet: 33, 59 and FA. RGB value is (51,89,250). Sum of RGB (Red+Green+Blue) = 51+89+250=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #3359FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3359FA is #CCA605. Grayscale: #5F5F5F. Windows color (decimal): -13411846 or 16406835. OLE color: 16406835.

HSL color Cylindrical-coordinate representation of color #3359FA: hue angle of 228.54º 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 #3359FA is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 89 250 -
CMYK 0.80 0.64 0 0.02
HSL 228.54º 0.95% 0.59% -
HSV(B) 228.54º 0.8% 0.98% -
XYZ 22.19 14.75 92.12 -
YUV 95.99 214.91 95.91 -
System Red Green Blue C M Y K H S L
Decimal 51 89 250 0.80 0.64 0 0.02 228.54 0.95 0.59
Hex 33 59 FA 50 40 0 2 E5 5F 3B
Octal 63 131 372 120 100 0 2 345 137 73
Binary 110011 1011001 11111010 1010000 1000000 0 10 11100101 1011111 111011

Color Harmonies of #3359FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3359FA

Black with #3359FA

Text Example


Text Example

White with #3359FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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