Html Css Color HEX #356BEC Royal Blue

📋 copy color: '#356BEC'

red 53 ◦ green 107 ◦ blue 236

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

Shades of Royal Blue #356BEC

Tints of Royal Blue #356BEC

RGB

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

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

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

R = 13.38%
G = 27.02%
B = 59.6%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#356BEC (or 0x356BEC) is known color: Royal Blue. HEX triplet: 35, 6B and EC. RGB value is (53,107,236). Sum of RGB (Red+Green+Blue) = 53+107+236=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #356BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356BEC is #CA9413. Grayscale: #686868. Windows color (decimal): -13276180 or 15493941. OLE color: 15493941.

HSL color Cylindrical-coordinate representation of color #356BEC: hue angle of 222.3º 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 #356BEC is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 107 236 -
CMYK 0.78 0.55 0 0.07
HSL 222.3º 0.83% 0.57% -
HSV(B) 222.3º 0.78% 0.93% -
XYZ 21.87 17.33 81.55 -
YUV 105.56 201.61 90.51 -
System Red Green Blue C M Y K H S L
Decimal 53 107 236 0.78 0.55 0 0.07 222.3 0.83 0.57
Hex 35 6B EC 4E 37 0 7 DE 53 39
Octal 65 153 354 116 67 0 7 336 123 71
Binary 110101 1101011 11101100 1001110 110111 0 111 11011110 1010011 111001

Color Harmonies of #356BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BEC

Black with #356BEC

Text Example


Text Example

White with #356BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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