Html Css Color HEX #356ECB Royal Blue

📋 copy color: '#356ECB'

red 53 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #356ECB

Tints of Royal Blue #356ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 14.48%
G = 30.05%
B = 55.46%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#356ECB (or 0x356ECB) is known color: Royal Blue. HEX triplet: 35, 6E and CB. RGB value is (53,110,203). Sum of RGB (Red+Green+Blue) = 53+110+203=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #356ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ECB is #CA9134. Grayscale: #676767. Windows color (decimal): -13275445 or 13332021. OLE color: 13332021.

HSL color Cylindrical-coordinate representation of color #356ECB: hue angle of 217.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356ECB is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 110 203 -
CMYK 0.74 0.46 0 0.20
HSL 217.2º 0.59% 0.5% -
HSV(B) 217.2º 0.74% 0.8% -
XYZ 17.82 16.22 58.69 -
YUV 103.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 53 110 203 0.74 0.46 0 0.20 217.2 0.59 0.5
Hex 35 6E CB 4A 2E 0 14 D9 3B 32
Octal 65 156 313 112 56 0 24 331 73 62
Binary 110101 1101110 11001011 1001010 101110 0 10100 11011001 111011 110010

Color Harmonies of #356ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ECB

Black with #356ECB

Text Example


Text Example

White with #356ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,110,203); }

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

background-color css

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

 a { background-color: rgb(53,110,203); }

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

border-color css

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

 span { border-color: rgb(53,110,203); }

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