Html Css Color HEX #355EE1 Royal Blue

📋 copy color: '#355EE1'

red 53 ◦ green 94 ◦ blue 225

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

Shades of Royal Blue #355EE1

Tints of Royal Blue #355EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.27%

 BLUE value IS 225 (88.28% from 255) = 60.48%

R = 14.25%
G = 25.27%
B = 60.48%

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

#355EE1 (or 0x355EE1) is known color: Royal Blue. HEX triplet: 35, 5E and E1. RGB value is (53,94,225). Sum of RGB (Red+Green+Blue) = 53+94+225=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #355EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EE1 is #CAA11E. Grayscale: #606060. Windows color (decimal): -13279519 or 14769717. OLE color: 14769717.

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

Color convert

RGB 53 94 225 -
CMYK 0.76 0.58 0 0.12
HSL 225.7º 0.74% 0.55% -
HSV(B) 225.7º 0.76% 0.88% -
XYZ 19.06 14.2 72.97 -
YUV 96.68 200.42 96.85 -
System Red Green Blue C M Y K H S L
Decimal 53 94 225 0.76 0.58 0 0.12 225.7 0.74 0.55
Hex 35 5E E1 4C 3A 0 C E2 4A 37
Octal 65 136 341 114 72 0 14 342 112 67
Binary 110101 1011110 11100001 1001100 111010 0 1100 11100010 1001010 110111

Color Harmonies of #355EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EE1

Black with #355EE1

Text Example


Text Example

White with #355EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,94,225); }

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

background-color css

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

 a { background-color: rgb(53,94,225); }

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

border-color css

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

 span { border-color: rgb(53,94,225); }

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