Html Css Color HEX #356CC8 Royal Blue

📋 copy color: '#356CC8'

red 53 ◦ green 108 ◦ blue 200

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

Shades of Royal Blue #356CC8

Tints of Royal Blue #356CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.4%

R = 14.68%
G = 29.92%
B = 55.4%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#356CC8 (or 0x356CC8) is known color: Royal Blue. HEX triplet: 35, 6C and C8. RGB value is (53,108,200). Sum of RGB (Red+Green+Blue) = 53+108+200=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #356CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CC8 is #CA9337. Grayscale: #656565. Windows color (decimal): -13275960 or 13134901. OLE color: 13134901.

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

Color convert

RGB 53 108 200 -
CMYK 0.74 0.46 0 0.22
HSL 217.55º 0.58% 0.5% -
HSV(B) 217.55º 0.74% 0.78% -
XYZ 17.26 15.65 56.76 -
YUV 102.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 53 108 200 0.74 0.46 0 0.22 217.55 0.58 0.5
Hex 35 6C C8 4A 2E 0 16 DA 3A 32
Octal 65 154 310 112 56 0 26 332 72 62
Binary 110101 1101100 11001000 1001010 101110 0 10110 11011010 111010 110010

Color Harmonies of #356CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CC8

Black with #356CC8

Text Example


Text Example

White with #356CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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