#355CEE

Color #355CEE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #355CEE

Tints of Royal Blue #355CEE

Color information

#355CEE (or 0x355CEE) is unknown color: approx Royal Blue. HEX triplet: 35, 5C and EE. RGB value is (53,92,238). Sum of RGB (Red+Green+Blue) = 53+92+238=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #355CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355CEE is #CAA311. Grayscale: #606060. Windows color (decimal): -13280018 or 15621173. OLE color: 15621173.

HSL color Cylindrical-coordinate representation of color #355CEE: hue angle of 227.35º degrees, saturation: 0.84, 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 #355CEE is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5392238-
CMYK0.780.6100.07
HSL227.35º84.47%57.06%-
HSV(B)227.35º77.73%93.33%-
XYZ20.7314.5882.61-
YUV96.98207.5896.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.84%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 238 (93.36% from 255) = 62.14%
R=13.84%
G=24.02%
B=62.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53922380.780.6100.07227.3584.4757.06
Hex355CEE4E3D07e35439
Octal65134356116750734312471
Binary11010110111001110111010011101111010111111000111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,92,238); }

 H1.HeaderClassName
 {
   color: #355CEE;
 }
 .AnyTagClassName
 {
   color: #355CEE;
 }
</style>
background-color css

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

 a { background-color: rgb(53,92,238); }

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

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

 span { border-color: rgb(53,92,238); }

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