Html Css Color HEX #355FE0 Royal Blue

📋 copy color: '#355FE0'

red 53 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #355FE0

Tints of Royal Blue #355FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.22%

R = 14.25%
G = 25.54%
B = 60.22%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#355FE0 (or 0x355FE0) is known color: Royal Blue. HEX triplet: 35, 5F and E0. RGB value is (53,95,224). Sum of RGB (Red+Green+Blue) = 53+95+224=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #355FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FE0 is #CAA01F. Grayscale: #606060. Windows color (decimal): -13279264 or 14704437. OLE color: 14704437.

HSL color Cylindrical-coordinate representation of color #355FE0: hue angle of 225.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355FE0 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 95 224 -
CMYK 0.76 0.58 0 0.12
HSL 225.26º 0.73% 0.54% -
HSV(B) 225.26º 0.76% 0.88% -
XYZ 19.01 14.32 72.28 -
YUV 97.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 53 95 224 0.76 0.58 0 0.12 225.26 0.73 0.54
Hex 35 5F E0 4C 3A 0 C E1 49 36
Octal 65 137 340 114 72 0 14 341 111 66
Binary 110101 1011111 11100000 1001100 111010 0 1100 11100001 1001001 110110

Color Harmonies of #355FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FE0

Black with #355FE0

Text Example


Text Example

White with #355FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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