Html Css Color HEX #356CEC Royal Blue

📋 copy color: '#356CEC'

red 53 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #356CEC

Tints of Royal Blue #356CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.2%

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 13.35%
G = 27.2%
B = 59.45%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#356CEC (or 0x356CEC) is known color: Royal Blue. HEX triplet: 35, 6C and EC. RGB value is (53,108,236). Sum of RGB (Red+Green+Blue) = 53+108+236=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #356CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CEC is #CA9313. Grayscale: #696969. Windows color (decimal): -13275924 or 15494197. OLE color: 15494197.

HSL color Cylindrical-coordinate representation of color #356CEC: hue angle of 221.97º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #356CEC is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 108 236 -
CMYK 0.78 0.54 0 0.07
HSL 221.97º 0.83% 0.57% -
HSV(B) 221.97º 0.78% 0.93% -
XYZ 21.97 17.54 81.58 -
YUV 106.15 201.28 90.09 -
System Red Green Blue C M Y K H S L
Decimal 53 108 236 0.78 0.54 0 0.07 221.97 0.83 0.57
Hex 35 6C EC 4E 36 0 7 DE 53 39
Octal 65 154 354 116 66 0 7 336 123 71
Binary 110101 1101100 11101100 1001110 110110 0 111 11011110 1010011 111001

Color Harmonies of #356CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CEC

Black with #356CEC

Text Example


Text Example

White with #356CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,236); }

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

background-color css

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

 a { background-color: rgb(53,108,236); }

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

border-color css

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

 span { border-color: rgb(53,108,236); }

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