Html Css Color HEX #355FD5 Royal Blue

📋 copy color: '#355FD5'

red 53 ◦ green 95 ◦ blue 213

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

Shades of Royal Blue #355FD5

Tints of Royal Blue #355FD5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 213 (83.59% from 255) = 59%

R = 14.68%
G = 26.32%
B = 59%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#355FD5 (or 0x355FD5) is known color: Royal Blue. HEX triplet: 35, 5F and D5. RGB value is (53,95,213). Sum of RGB (Red+Green+Blue) = 53+95+213=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #355FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FD5 is #CAA02A. Grayscale: #5F5F5F. Windows color (decimal): -13279275 or 13983541. OLE color: 13983541.

HSL color Cylindrical-coordinate representation of color #355FD5: hue angle of 224.25º 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 #355FD5 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 95 213 -
CMYK 0.75 0.55 0 0.16
HSL 224.25º 0.66% 0.52% -
HSV(B) 224.25º 0.75% 0.84% -
XYZ 17.57 13.75 64.68 -
YUV 95.89 194.09 97.41 -
System Red Green Blue C M Y K H S L
Decimal 53 95 213 0.75 0.55 0 0.16 224.25 0.66 0.52
Hex 35 5F D5 4B 37 0 10 E0 42 34
Octal 65 137 325 113 67 0 20 340 102 64
Binary 110101 1011111 11010101 1001011 110111 0 10000 11100000 1000010 110100

Color Harmonies of #355FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FD5

Black with #355FD5

Text Example


Text Example

White with #355FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,95,213); }

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

background-color css

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

 a { background-color: rgb(53,95,213); }

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

border-color css

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

 span { border-color: rgb(53,95,213); }

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