Html Css Color HEX #3558DB Royal Blue

📋 copy color: '#3558DB'

red 53 ◦ green 88 ◦ blue 219

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

Shades of Royal Blue #3558DB

Tints of Royal Blue #3558DB

RGB

 RED value IS 53 (21.09% from 255) = 14.72%

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

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

R = 14.72%
G = 24.44%
B = 60.83%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3558DB (or 0x3558DB) is known color: Royal Blue. HEX triplet: 35, 58 and DB. RGB value is (53,88,219). Sum of RGB (Red+Green+Blue) = 53+88+219=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #3558DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558DB is #CAA724. Grayscale: #5B5B5B. Windows color (decimal): -13281061 or 14374965. OLE color: 14374965.

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

Color convert

RGB 53 88 219 -
CMYK 0.76 0.60 0 0.14
HSL 227.35º 0.7% 0.53% -
HSV(B) 227.35º 0.76% 0.86% -
XYZ 17.74 12.85 68.56 -
YUV 92.47 199.4 99.85 -
System Red Green Blue C M Y K H S L
Decimal 53 88 219 0.76 0.60 0 0.14 227.35 0.7 0.53
Hex 35 58 DB 4C 3C 0 E E3 46 35
Octal 65 130 333 114 74 0 16 343 106 65
Binary 110101 1011000 11011011 1001100 111100 0 1110 11100011 1000110 110101

Color Harmonies of #3558DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3558DB

Black with #3558DB

Text Example


Text Example

White with #3558DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,88,219); }

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

background-color css

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

 a { background-color: rgb(53,88,219); }

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

border-color css

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

 span { border-color: rgb(53,88,219); }

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