Html Css Color HEX #355BD6 Royal Blue

📋 copy color: '#355BD6'

red 53 ◦ green 91 ◦ blue 214

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

Shades of Royal Blue #355BD6

Tints of Royal Blue #355BD6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 14.8%
G = 25.42%
B = 59.78%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#355BD6 (or 0x355BD6) is known color: Royal Blue. HEX triplet: 35, 5B and D6. RGB value is (53,91,214). Sum of RGB (Red+Green+Blue) = 53+91+214=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #355BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BD6 is #CAA429. Grayscale: #5D5D5D. Windows color (decimal): -13280298 or 14048053. OLE color: 14048053.

HSL color Cylindrical-coordinate representation of color #355BD6: hue angle of 225.84º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355BD6 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 91 214 -
CMYK 0.75 0.57 0 0.16
HSL 225.84º 0.66% 0.52% -
HSV(B) 225.84º 0.75% 0.84% -
XYZ 17.35 13.09 65.23 -
YUV 93.66 195.91 99 -
System Red Green Blue C M Y K H S L
Decimal 53 91 214 0.75 0.57 0 0.16 225.84 0.66 0.52
Hex 35 5B D6 4B 39 0 10 E2 42 34
Octal 65 133 326 113 71 0 20 342 102 64
Binary 110101 1011011 11010110 1001011 111001 0 10000 11100010 1000010 110100

Color Harmonies of #355BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BD6

Black with #355BD6

Text Example


Text Example

White with #355BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355BD6; }

 p { color: rgb(53,91,214); }

 H1.HeaderClassName
 {
   color: #355BD6;
 }
 .AnyTagClassName
 {
   color: #355BD6;
 }
</style>

background-color css

<style>
 a { background-color: #355BD6; }

 a { background-color: rgb(53,91,214); }

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

border-color css

<style>
 span { border-color: #355BD6; }

 span { border-color: rgb(53,91,214); }

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