Html Css Color HEX #355AEC Royal Blue

📋 copy color: '#355AEC'

red 53 ◦ green 90 ◦ blue 236

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

Shades of Royal Blue #355AEC

Tints of Royal Blue #355AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 13.98%
G = 23.75%
B = 62.27%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#355AEC (or 0x355AEC) is known color: Royal Blue. HEX triplet: 35, 5A and EC. RGB value is (53,90,236). Sum of RGB (Red+Green+Blue) = 53+90+236=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #355AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AEC is #CAA513. Grayscale: #5E5E5E. Windows color (decimal): -13280532 or 15489589. OLE color: 15489589.

HSL color Cylindrical-coordinate representation of color #355AEC: hue angle of 227.87º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355AEC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 90 236 -
CMYK 0.78 0.62 0 0.07
HSL 227.87º 0.83% 0.57% -
HSV(B) 227.87º 0.78% 0.93% -
XYZ 20.26 14.13 81.02 -
YUV 95.58 207.24 97.63 -
System Red Green Blue C M Y K H S L
Decimal 53 90 236 0.78 0.62 0 0.07 227.87 0.83 0.57
Hex 35 5A EC 4E 3E 0 7 E4 53 39
Octal 65 132 354 116 76 0 7 344 123 71
Binary 110101 1011010 11101100 1001110 111110 0 111 11100100 1010011 111001

Color Harmonies of #355AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AEC

Black with #355AEC

Text Example


Text Example

White with #355AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,90,236); }

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

background-color css

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

 a { background-color: rgb(53,90,236); }

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

border-color css

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

 span { border-color: rgb(53,90,236); }

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