Html Css Color HEX #3558E3 Royal Blue

📋 copy color: '#3558E3'

red 53 ◦ green 88 ◦ blue 227

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

Shades of Royal Blue #3558E3

Tints of Royal Blue #3558E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 61.68%

R = 14.4%
G = 23.91%
B = 61.68%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3558E3 (or 0x3558E3) is known color: Royal Blue. HEX triplet: 35, 58 and E3. RGB value is (53,88,227). Sum of RGB (Red+Green+Blue) = 53+88+227=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 227 (89.06% from 255 or 61.68% from 368); Max value from RGB is 227 - color contains mainly: blue. Hex color #3558E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3558E3 is #CAA71C. Grayscale: #5C5C5C. Windows color (decimal): -13281053 or 14899253. OLE color: 14899253.

HSL color Cylindrical-coordinate representation of color #3558E3: hue angle of 227.93º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3558E3 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 88 227 -
CMYK 0.77 0.61 0 0.11
HSL 227.93º 0.76% 0.55% -
HSV(B) 227.93º 0.77% 0.89% -
XYZ 18.82 13.28 74.24 -
YUV 93.38 203.4 99.2 -
System Red Green Blue C M Y K H S L
Decimal 53 88 227 0.77 0.61 0 0.11 227.93 0.76 0.55
Hex 35 58 E3 4D 3D 0 B E4 4C 37
Octal 65 130 343 115 75 0 13 344 114 67
Binary 110101 1011000 11100011 1001101 111101 0 1011 11100100 1001100 110111

Color Harmonies of #3558E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3558E3

Black with #3558E3

Text Example


Text Example

White with #3558E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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