Html Css Color HEX #355FE4 Royal Blue

📋 copy color: '#355FE4'

red 53 ◦ green 95 ◦ blue 228

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

Shades of Royal Blue #355FE4

Tints of Royal Blue #355FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60.64%

R = 14.1%
G = 25.27%
B = 60.64%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#355FE4 (or 0x355FE4) is known color: Royal Blue. HEX triplet: 35, 5F and E4. RGB value is (53,95,228). Sum of RGB (Red+Green+Blue) = 53+95+228=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 228 (89.45% from 255 or 60.64% from 376); Max value from RGB is 228 - color contains mainly: blue. Hex color #355FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355FE4 is #CAA01B. Grayscale: #616161. Windows color (decimal): -13279260 or 14966581. OLE color: 14966581.

HSL color Cylindrical-coordinate representation of color #355FE4: hue angle of 225.6º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #355FE4 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 95 228 -
CMYK 0.77 0.58 0 0.11
HSL 225.6º 0.76% 0.55% -
HSV(B) 225.6º 0.77% 0.89% -
XYZ 19.56 14.54 75.17 -
YUV 97.6 201.59 96.19 -
System Red Green Blue C M Y K H S L
Decimal 53 95 228 0.77 0.58 0 0.11 225.6 0.76 0.55
Hex 35 5F E4 4D 3A 0 B E2 4C 37
Octal 65 137 344 115 72 0 13 342 114 67
Binary 110101 1011111 11100100 1001101 111010 0 1011 11100010 1001100 110111

Color Harmonies of #355FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355FE4

Black with #355FE4

Text Example


Text Example

White with #355FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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