Html Css Color HEX #356AE8 Royal Blue

📋 copy color: '#356AE8'

red 53 ◦ green 106 ◦ blue 232

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

Shades of Royal Blue #356AE8

Tints of Royal Blue #356AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.11%

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

R = 13.55%
G = 27.11%
B = 59.34%

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

#356AE8 (or 0x356AE8) is known color: Royal Blue. HEX triplet: 35, 6A and E8. RGB value is (53,106,232). Sum of RGB (Red+Green+Blue) = 53+106+232=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #356AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AE8 is #CA9517. Grayscale: #676767. Windows color (decimal): -13276440 or 15231541. OLE color: 15231541.

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

Color convert

RGB 53 106 232 -
CMYK 0.77 0.54 0 0.09
HSL 222.23º 0.8% 0.56% -
HSV(B) 222.23º 0.77% 0.91% -
XYZ 21.19 16.89 78.49 -
YUV 104.52 199.94 91.25 -
System Red Green Blue C M Y K H S L
Decimal 53 106 232 0.77 0.54 0 0.09 222.23 0.8 0.56
Hex 35 6A E8 4D 36 0 9 DE 50 38
Octal 65 152 350 115 66 0 11 336 120 70
Binary 110101 1101010 11101000 1001101 110110 0 1001 11011110 1010000 111000

Color Harmonies of #356AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AE8

Black with #356AE8

Text Example


Text Example

White with #356AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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