Html Css Color HEX #355FD3 Royal Blue

📋 copy color: '#355FD3'

red 53 ◦ green 95 ◦ blue 211

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

Shades of Royal Blue #355FD3

Tints of Royal Blue #355FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 58.77%

R = 14.76%
G = 26.46%
B = 58.77%

CMYK

 C value IS 0.75

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#355FD3 (or 0x355FD3) is known color: Royal Blue. HEX triplet: 35, 5F and D3. RGB value is (53,95,211). Sum of RGB (Red+Green+Blue) = 53+95+211=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 211 (82.81% from 255 or 58.77% from 359); Max value from RGB is 211 - color contains mainly: blue. Hex color #355FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FD3 is #CAA02C. Grayscale: #5F5F5F. Windows color (decimal): -13279277 or 13852469. OLE color: 13852469.

HSL color Cylindrical-coordinate representation of color #355FD3: hue angle of 224.05º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355FD3 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 95 211 -
CMYK 0.75 0.55 0 0.17
HSL 224.05º 0.64% 0.52% -
HSV(B) 224.05º 0.75% 0.83% -
XYZ 17.32 13.64 63.35 -
YUV 95.67 193.09 97.57 -
System Red Green Blue C M Y K H S L
Decimal 53 95 211 0.75 0.55 0 0.17 224.05 0.64 0.52
Hex 35 5F D3 4B 37 0 11 E0 40 34
Octal 65 137 323 113 67 0 21 340 100 64
Binary 110101 1011111 11010011 1001011 110111 0 10001 11100000 1000000 110100

Color Harmonies of #355FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FD3

Black with #355FD3

Text Example


Text Example

White with #355FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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