Html Css Color HEX #356BCC Royal Blue

📋 copy color: '#356BCC'

red 53 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #356BCC

Tints of Royal Blue #356BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 14.56%
G = 29.4%
B = 56.04%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#356BCC (or 0x356BCC) is known color: Royal Blue. HEX triplet: 35, 6B and CC. RGB value is (53,107,204). Sum of RGB (Red+Green+Blue) = 53+107+204=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #356BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BCC is #CA9433. Grayscale: #656565. Windows color (decimal): -13276212 or 13396789. OLE color: 13396789.

HSL color Cylindrical-coordinate representation of color #356BCC: hue angle of 218.54º degrees, saturation: 0.6, 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 #356BCC is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 107 204 -
CMYK 0.74 0.48 0 0.2
HSL 218.54º 0.6% 0.5% -
HSV(B) 218.54º 0.74% 0.8% -
XYZ 17.62 15.63 59.22 -
YUV 101.91 185.61 93.11 -
System Red Green Blue C M Y K H S L
Decimal 53 107 204 0.74 0.48 0 0.2 218.54 0.6 0.5
Hex 35 6B CC 4A 30 0 14 DB 3C 32
Octal 65 153 314 112 60 0 24 333 74 62
Binary 110101 1101011 11001100 1001010 110000 0 10100 11011011 111100 110010

Color Harmonies of #356BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BCC

Black with #356BCC

Text Example


Text Example

White with #356BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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