Html Css Color HEX #355FDB Royal Blue

📋 copy color: '#355FDB'

red 53 ◦ green 95 ◦ blue 219

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

Shades of Royal Blue #355FDB

Tints of Royal Blue #355FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.67%

R = 14.44%
G = 25.89%
B = 59.67%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#355FDB (or 0x355FDB) is known color: Royal Blue. HEX triplet: 35, 5F and DB. RGB value is (53,95,219). Sum of RGB (Red+Green+Blue) = 53+95+219=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #355FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FDB is #CAA024. Grayscale: #606060. Windows color (decimal): -13279269 or 14376757. OLE color: 14376757.

HSL color Cylindrical-coordinate representation of color #355FDB: hue angle of 224.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355FDB is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 95 219 -
CMYK 0.76 0.57 0 0.14
HSL 224.82º 0.7% 0.53% -
HSV(B) 224.82º 0.76% 0.86% -
XYZ 18.35 14.06 68.76 -
YUV 96.58 197.09 96.92 -
System Red Green Blue C M Y K H S L
Decimal 53 95 219 0.76 0.57 0 0.14 224.82 0.7 0.53
Hex 35 5F DB 4C 39 0 E E1 46 35
Octal 65 137 333 114 71 0 16 341 106 65
Binary 110101 1011111 11011011 1001100 111001 0 1110 11100001 1000110 110101

Color Harmonies of #355FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FDB

Black with #355FDB

Text Example


Text Example

White with #355FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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