#2355A3

Color #2355A3 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #2355A3

Tints of Endeavour #2355A3

Color information

#2355A3 (or 0x2355A3) is unknown color: approx Endeavour. HEX triplet: 23, 55 and A3. RGB value is (35,85,163). Sum of RGB (Red+Green+Blue) = 35+85+163=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 163 (64.06% from 255 or 57.60% from 283); Max value from RGB is 163 - color contains mainly: blue. Hex color #2355A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2355A3 is #DCAA5C. Grayscale: #4E4E4E. Windows color (decimal): -14461533 or 10704163. OLE color: 10704163.

HSL color Cylindrical-coordinate representation of color #2355A3: hue angle of 216.56º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2355A3 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3585163-
CMYK0.790.4800.36
HSL216.56º64.65%38.82%-
HSV(B)216.56º78.53%63.92%-
XYZ10.559.535.93-
YUV78.94175.4496.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.37%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 163 (64.06% from 255) = 57.60%
R=12.37%
G=30.04%
B=57.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35851630.790.4800.36216.5664.6538.82
Hex2355A34F30024d94127
Octal431252431176004433110147
Binary10001110101011010001110011111100000100100110110011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2355A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2355A3; }

 p { color: rgb(35,85,163); }

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

<style>
 a { background-color: #2355A3; }

 a { background-color: rgb(35,85,163); }

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

<style>
 span { border-color: #2355A3; }

 span { border-color: rgb(35,85,163); }

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