Html Css Color HEX #356BE8 Royal Blue

📋 copy color: '#356BE8'

red 53 ◦ green 107 ◦ blue 232

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

Shades of Royal Blue #356BE8

Tints of Royal Blue #356BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

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

R = 13.52%
G = 27.3%
B = 59.18%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#356BE8 (or 0x356BE8) is known color: Royal Blue. HEX triplet: 35, 6B and E8. RGB value is (53,107,232). Sum of RGB (Red+Green+Blue) = 53+107+232=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #356BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BE8 is #CA9417. Grayscale: #686868. Windows color (decimal): -13276184 or 15231797. OLE color: 15231797.

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

Color convert

RGB 53 107 232 -
CMYK 0.77 0.54 0 0.09
HSL 221.9º 0.8% 0.56% -
HSV(B) 221.9º 0.77% 0.91% -
XYZ 21.29 17.1 78.52 -
YUV 105.1 199.61 90.84 -
System Red Green Blue C M Y K H S L
Decimal 53 107 232 0.77 0.54 0 0.09 221.9 0.8 0.56
Hex 35 6B E8 4D 36 0 9 DE 50 38
Octal 65 153 350 115 66 0 11 336 120 70
Binary 110101 1101011 11101000 1001101 110110 0 1001 11011110 1010000 111000

Color Harmonies of #356BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BE8

Black with #356BE8

Text Example


Text Example

White with #356BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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