Html Css Color HEX #356EE4 Royal Blue

📋 copy color: '#356EE4'

red 53 ◦ green 110 ◦ blue 228

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

Shades of Royal Blue #356EE4

Tints of Royal Blue #356EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 58.31%

R = 13.55%
G = 28.13%
B = 58.31%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#356EE4 (or 0x356EE4) is known color: Royal Blue. HEX triplet: 35, 6E and E4. RGB value is (53,110,228). Sum of RGB (Red+Green+Blue) = 53+110+228=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #356EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EE4 is #CA911B. Grayscale: #696969. Windows color (decimal): -13275420 or 14970421. OLE color: 14970421.

HSL color Cylindrical-coordinate representation of color #356EE4: hue angle of 220.46º 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 #356EE4 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 110 228 -
CMYK 0.77 0.52 0 0.11
HSL 220.46º 0.76% 0.55% -
HSV(B) 220.46º 0.77% 0.89% -
XYZ 21.05 17.51 75.67 -
YUV 106.41 196.62 89.91 -
System Red Green Blue C M Y K H S L
Decimal 53 110 228 0.77 0.52 0 0.11 220.46 0.76 0.55
Hex 35 6E E4 4D 34 0 B DC 4C 37
Octal 65 156 344 115 64 0 13 334 114 67
Binary 110101 1101110 11100100 1001101 110100 0 1011 11011100 1001100 110111

Color Harmonies of #356EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EE4

Black with #356EE4

Text Example


Text Example

White with #356EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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