Html Css Color HEX #356BDD Royal Blue

📋 copy color: '#356BDD'

red 53 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #356BDD

Tints of Royal Blue #356BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 13.91%
G = 28.08%
B = 58.01%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#356BDD (or 0x356BDD) is known color: Royal Blue. HEX triplet: 35, 6B and DD. RGB value is (53,107,221). Sum of RGB (Red+Green+Blue) = 53+107+221=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #356BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BDD is #CA9422. Grayscale: #676767. Windows color (decimal): -13276195 or 14510901. OLE color: 14510901.

HSL color Cylindrical-coordinate representation of color #356BDD: hue angle of 220.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356BDD is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 107 221 -
CMYK 0.76 0.52 0 0.13
HSL 220.71º 0.71% 0.54% -
HSV(B) 220.71º 0.76% 0.87% -
XYZ 19.78 16.49 70.55 -
YUV 103.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 53 107 221 0.76 0.52 0 0.13 220.71 0.71 0.54
Hex 35 6B DD 4C 34 0 D DD 47 36
Octal 65 153 335 114 64 0 15 335 107 66
Binary 110101 1101011 11011101 1001100 110100 0 1101 11011101 1000111 110110

Color Harmonies of #356BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BDD

Black with #356BDD

Text Example


Text Example

White with #356BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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