Html Css Color HEX #3359DC Royal Blue

📋 copy color: '#3359DC'

red 51 ◦ green 89 ◦ blue 220

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

Shades of Royal Blue #3359DC

Tints of Royal Blue #3359DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 14.17%
G = 24.72%
B = 61.11%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3359DC (or 0x3359DC) is known color: Royal Blue. HEX triplet: 33, 59 and DC. RGB value is (51,89,220). Sum of RGB (Red+Green+Blue) = 51+89+220=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #3359DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3359DC is #CCA623. Grayscale: #5C5C5C. Windows color (decimal): -13411876 or 14440755. OLE color: 14440755.

HSL color Cylindrical-coordinate representation of color #3359DC: hue angle of 226.51º degrees, saturation: 0.71, 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 #3359DC is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 89 220 -
CMYK 0.77 0.60 0 0.14
HSL 226.51º 0.71% 0.53% -
HSV(B) 226.51º 0.77% 0.86% -
XYZ 17.86 13.02 69.28 -
YUV 92.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 51 89 220 0.77 0.60 0 0.14 226.51 0.71 0.53
Hex 33 59 DC 4D 3C 0 E E3 47 35
Octal 63 131 334 115 74 0 16 343 107 65
Binary 110011 1011001 11011100 1001101 111100 0 1110 11100011 1000111 110101

Color Harmonies of #3359DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3359DC

Black with #3359DC

Text Example


Text Example

White with #3359DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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