Html Css Color HEX #355EE4 Royal Blue

📋 copy color: '#355EE4'

red 53 ◦ green 94 ◦ blue 228

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

Shades of Royal Blue #355EE4

Tints of Royal Blue #355EE4

RGB

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

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

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

R = 14.13%
G = 25.07%
B = 60.8%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#355EE4 (or 0x355EE4) is known color: Royal Blue. HEX triplet: 35, 5E and E4. RGB value is (53,94,228). Sum of RGB (Red+Green+Blue) = 53+94+228=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #355EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355EE4 is #CAA11B. Grayscale: #606060. Windows color (decimal): -13279516 or 14966325. OLE color: 14966325.

HSL color Cylindrical-coordinate representation of color #355EE4: hue angle of 225.94º 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 #355EE4 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 94 228 -
CMYK 0.77 0.59 0 0.11
HSL 225.94º 0.76% 0.55% -
HSV(B) 225.94º 0.77% 0.89% -
XYZ 19.47 14.36 75.14 -
YUV 97.02 201.92 96.6 -
System Red Green Blue C M Y K H S L
Decimal 53 94 228 0.77 0.59 0 0.11 225.94 0.76 0.55
Hex 35 5E E4 4D 3B 0 B E2 4C 37
Octal 65 136 344 115 73 0 13 342 114 67
Binary 110101 1011110 11100100 1001101 111011 0 1011 11100010 1001100 110111

Color Harmonies of #355EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355EE4

Black with #355EE4

Text Example


Text Example

White with #355EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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