Html Css Color HEX #356BDF Royal Blue

📋 copy color: '#356BDF'

red 53 ◦ green 107 ◦ blue 223

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

Shades of Royal Blue #356BDF

Tints of Royal Blue #356BDF

RGB

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

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

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

R = 13.84%
G = 27.94%
B = 58.22%

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

#356BDF (or 0x356BDF) is known color: Royal Blue. HEX triplet: 35, 6B and DF. RGB value is (53,107,223). Sum of RGB (Red+Green+Blue) = 53+107+223=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #356BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BDF is #CA9420. Grayscale: #676767. Windows color (decimal): -13276193 or 14641973. OLE color: 14641973.

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

Color convert

RGB 53 107 223 -
CMYK 0.76 0.52 0 0.13
HSL 220.94º 0.73% 0.54% -
HSV(B) 220.94º 0.76% 0.87% -
XYZ 20.05 16.6 71.96 -
YUV 104.08 195.11 91.57 -
System Red Green Blue C M Y K H S L
Decimal 53 107 223 0.76 0.52 0 0.13 220.94 0.73 0.54
Hex 35 6B DF 4C 34 0 D DD 49 36
Octal 65 153 337 114 64 0 15 335 111 66
Binary 110101 1101011 11011111 1001100 110100 0 1101 11011101 1001001 110110

Color Harmonies of #356BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BDF

Black with #356BDF

Text Example


Text Example

White with #356BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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