Html Css Color HEX #356EE8 Royal Blue

📋 copy color: '#356EE8'

red 53 ◦ green 110 ◦ blue 232

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

Shades of Royal Blue #356EE8

Tints of Royal Blue #356EE8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.85%

 BLUE value IS 232 (91.02% from 255) = 58.73%

R = 13.42%
G = 27.85%
B = 58.73%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#356EE8 (or 0x356EE8) is known color: Royal Blue. HEX triplet: 35, 6E and E8. RGB value is (53,110,232). Sum of RGB (Red+Green+Blue) = 53+110+232=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #356EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356EE8 is #CA9117. Grayscale: #6A6A6A. Windows color (decimal): -13275416 or 15232565. OLE color: 15232565.

HSL color Cylindrical-coordinate representation of color #356EE8: hue angle of 220.89º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356EE8 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 110 232 -
CMYK 0.77 0.53 0 0.09
HSL 220.89º 0.8% 0.56% -
HSV(B) 220.89º 0.77% 0.91% -
XYZ 21.61 17.73 78.63 -
YUV 106.87 198.62 89.58 -
System Red Green Blue C M Y K H S L
Decimal 53 110 232 0.77 0.53 0 0.09 220.89 0.8 0.56
Hex 35 6E E8 4D 35 0 9 DD 50 38
Octal 65 156 350 115 65 0 11 335 120 70
Binary 110101 1101110 11101000 1001101 110101 0 1001 11011101 1010000 111000

Color Harmonies of #356EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EE8

Black with #356EE8

Text Example


Text Example

White with #356EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356EE8; }

 p { color: rgb(53,110,232); }

 H1.HeaderClassName
 {
   color: #356EE8;
 }
 .AnyTagClassName
 {
   color: #356EE8;
 }
</style>

background-color css

<style>
 a { background-color: #356EE8; }

 a { background-color: rgb(53,110,232); }

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

border-color css

<style>
 span { border-color: #356EE8; }

 span { border-color: rgb(53,110,232); }

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