Html Css Color HEX #356ACE Royal Blue

📋 copy color: '#356ACE'

red 53 ◦ green 106 ◦ blue 206

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

Shades of Royal Blue #356ACE

Tints of Royal Blue #356ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.44%

R = 14.52%
G = 29.04%
B = 56.44%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#356ACE (or 0x356ACE) is known color: Royal Blue. HEX triplet: 35, 6A and CE. RGB value is (53,106,206). Sum of RGB (Red+Green+Blue) = 53+106+206=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #356ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ACE is #CA9531. Grayscale: #656565. Windows color (decimal): -13276466 or 13527605. OLE color: 13527605.

HSL color Cylindrical-coordinate representation of color #356ACE: hue angle of 219.22º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356ACE is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 106 206 -
CMYK 0.74 0.49 0 0.19
HSL 219.22º 0.61% 0.51% -
HSV(B) 219.22º 0.74% 0.81% -
XYZ 17.76 15.52 60.45 -
YUV 101.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 53 106 206 0.74 0.49 0 0.19 219.22 0.61 0.51
Hex 35 6A CE 4A 31 0 13 DB 3D 33
Octal 65 152 316 112 61 0 23 333 75 63
Binary 110101 1101010 11001110 1001010 110001 0 10011 11011011 111101 110011

Color Harmonies of #356ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ACE

Black with #356ACE

Text Example


Text Example

White with #356ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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