Html Css Color HEX #356CDF Royal Blue

📋 copy color: '#356CDF'

red 53 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #356CDF

Tints of Royal Blue #356CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 13.8%
G = 28.13%
B = 58.07%

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

#356CDF (or 0x356CDF) is known color: Royal Blue. HEX triplet: 35, 6C and DF. RGB value is (53,108,223). Sum of RGB (Red+Green+Blue) = 53+108+223=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #356CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CDF is #CA9320. Grayscale: #686868. Windows color (decimal): -13275937 or 14642229. OLE color: 14642229.

HSL color Cylindrical-coordinate representation of color #356CDF: hue angle of 220.59º degrees, saturation: 0.73, 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 #356CDF is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 108 223 -
CMYK 0.76 0.52 0 0.13
HSL 220.59º 0.73% 0.54% -
HSV(B) 220.59º 0.76% 0.87% -
XYZ 20.15 16.81 71.99 -
YUV 104.67 194.78 91.15 -
System Red Green Blue C M Y K H S L
Decimal 53 108 223 0.76 0.52 0 0.13 220.59 0.73 0.54
Hex 35 6C DF 4C 34 0 D DD 49 36
Octal 65 154 337 114 64 0 15 335 111 66
Binary 110101 1101100 11011111 1001100 110100 0 1101 11011101 1001001 110110

Color Harmonies of #356CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CDF

Black with #356CDF

Text Example


Text Example

White with #356CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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