Html Css Color HEX #356BDB Royal Blue

📋 copy color: '#356BDB'

red 53 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #356BDB

Tints of Royal Blue #356BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 13.98%
G = 28.23%
B = 57.78%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#356BDB (or 0x356BDB) is known color: Royal Blue. HEX triplet: 35, 6B and DB. RGB value is (53,107,219). Sum of RGB (Red+Green+Blue) = 53+107+219=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #356BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BDB is #CA9424. Grayscale: #676767. Windows color (decimal): -13276197 or 14379829. OLE color: 14379829.

HSL color Cylindrical-coordinate representation of color #356BDB: hue angle of 220.48º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356BDB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 107 219 -
CMYK 0.76 0.51 0 0.14
HSL 220.48º 0.7% 0.53% -
HSV(B) 220.48º 0.76% 0.86% -
XYZ 19.51 16.39 69.15 -
YUV 103.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 53 107 219 0.76 0.51 0 0.14 220.48 0.7 0.53
Hex 35 6B DB 4C 33 0 E DC 46 35
Octal 65 153 333 114 63 0 16 334 106 65
Binary 110101 1101011 11011011 1001100 110011 0 1110 11011100 1000110 110101

Color Harmonies of #356BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BDB

Black with #356BDB

Text Example


Text Example

White with #356BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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