Html Css Color HEX #3358DD Royal Blue

📋 copy color: '#3358DD'

red 51 ◦ green 88 ◦ blue 221

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

Shades of Royal Blue #3358DD

Tints of Royal Blue #3358DD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 221 (86.72% from 255) = 61.39%

R = 14.17%
G = 24.44%
B = 61.39%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3358DD (or 0x3358DD) is known color: Royal Blue. HEX triplet: 33, 58 and DD. RGB value is (51,88,221). Sum of RGB (Red+Green+Blue) = 51+88+221=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #3358DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358DD is #CCA722. Grayscale: #5B5B5B. Windows color (decimal): -13412131 or 14506035. OLE color: 14506035.

HSL color Cylindrical-coordinate representation of color #3358DD: hue angle of 226.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3358DD is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 88 221 -
CMYK 0.77 0.60 0 0.13
HSL 226.94º 0.71% 0.53% -
HSV(B) 226.94º 0.77% 0.87% -
XYZ 17.91 12.9 69.95 -
YUV 92.1 200.74 98.69 -
System Red Green Blue C M Y K H S L
Decimal 51 88 221 0.77 0.60 0 0.13 226.94 0.71 0.53
Hex 33 58 DD 4D 3C 0 D E3 47 35
Octal 63 130 335 115 74 0 15 343 107 65
Binary 110011 1011000 11011101 1001101 111100 0 1101 11100011 1000111 110101

Color Harmonies of #3358DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3358DD

Black with #3358DD

Text Example


Text Example

White with #3358DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3358DD; }

 p { color: rgb(51,88,221); }

 H1.HeaderClassName
 {
   color: #3358DD;
 }
 .AnyTagClassName
 {
   color: #3358DD;
 }
</style>

background-color css

<style>
 a { background-color: #3358DD; }

 a { background-color: rgb(51,88,221); }

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

border-color css

<style>
 span { border-color: #3358DD; }

 span { border-color: rgb(51,88,221); }

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