Html Css Color HEX #356AEC Royal Blue

📋 copy color: '#356AEC'

red 53 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #356AEC

Tints of Royal Blue #356AEC

RGB

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

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

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

R = 13.42%
G = 26.84%
B = 59.75%

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

#356AEC (or 0x356AEC) is known color: Royal Blue. HEX triplet: 35, 6A and EC. RGB value is (53,106,236). Sum of RGB (Red+Green+Blue) = 53+106+236=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #356AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356AEC is #CA9513. Grayscale: #686868. Windows color (decimal): -13276436 or 15493685. OLE color: 15493685.

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

Color convert

RGB 53 106 236 -
CMYK 0.78 0.55 0 0.07
HSL 222.62º 0.83% 0.57% -
HSV(B) 222.62º 0.78% 0.93% -
XYZ 21.76 17.12 81.51 -
YUV 104.97 201.94 90.93 -
System Red Green Blue C M Y K H S L
Decimal 53 106 236 0.78 0.55 0 0.07 222.62 0.83 0.57
Hex 35 6A EC 4E 37 0 7 DF 53 39
Octal 65 152 354 116 67 0 7 337 123 71
Binary 110101 1101010 11101100 1001110 110111 0 111 11011111 1010011 111001

Color Harmonies of #356AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356AEC

Black with #356AEC

Text Example


Text Example

White with #356AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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