Html Css Color HEX #356BDA Royal Blue

📋 copy color: '#356BDA'

red 53 ◦ green 107 ◦ blue 218

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

Shades of Royal Blue #356BDA

Tints of Royal Blue #356BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.67%

R = 14.02%
G = 28.31%
B = 57.67%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#356BDA (or 0x356BDA) is known color: Royal Blue. HEX triplet: 35, 6B and DA. RGB value is (53,107,218). Sum of RGB (Red+Green+Blue) = 53+107+218=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #356BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BDA is #CA9425. Grayscale: #676767. Windows color (decimal): -13276198 or 14314293. OLE color: 14314293.

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

Color convert

RGB 53 107 218 -
CMYK 0.76 0.51 0 0.15
HSL 220.36º 0.69% 0.53% -
HSV(B) 220.36º 0.76% 0.85% -
XYZ 19.38 16.33 68.46 -
YUV 103.51 192.61 91.97 -
System Red Green Blue C M Y K H S L
Decimal 53 107 218 0.76 0.51 0 0.15 220.36 0.69 0.53
Hex 35 6B DA 4C 33 0 F DC 45 35
Octal 65 153 332 114 63 0 17 334 105 65
Binary 110101 1101011 11011010 1001100 110011 0 1111 11011100 1000101 110101

Color Harmonies of #356BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356BDA

Black with #356BDA

Text Example


Text Example

White with #356BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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