Html Css Color HEX #356BC8 Royal Blue

📋 copy color: '#356BC8'

red 53 ◦ green 107 ◦ blue 200

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

Shades of Royal Blue #356BC8

Tints of Royal Blue #356BC8

RGB

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

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

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

R = 14.72%
G = 29.72%
B = 55.56%

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

#356BC8 (or 0x356BC8) is known color: Royal Blue. HEX triplet: 35, 6B and C8. RGB value is (53,107,200). Sum of RGB (Red+Green+Blue) = 53+107+200=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #356BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BC8 is #CA9437. Grayscale: #656565. Windows color (decimal): -13276216 or 13134645. OLE color: 13134645.

HSL color Cylindrical-coordinate representation of color #356BC8: hue angle of 217.96º 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 #356BC8 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 107 200 -
CMYK 0.74 0.46 0 0.22
HSL 217.96º 0.58% 0.5% -
HSV(B) 217.96º 0.74% 0.78% -
XYZ 17.15 15.44 56.72 -
YUV 101.46 183.61 93.44 -
System Red Green Blue C M Y K H S L
Decimal 53 107 200 0.74 0.46 0 0.22 217.96 0.58 0.5
Hex 35 6B C8 4A 2E 0 16 DA 3A 32
Octal 65 153 310 112 56 0 26 332 72 62
Binary 110101 1101011 11001000 1001010 101110 0 10110 11011010 111010 110010

Color Harmonies of #356BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BC8

Black with #356BC8

Text Example


Text Example

White with #356BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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