#23528D

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

Shades of Endeavour #23528D

Tints of Endeavour #23528D

Color information

#23528D (or 0x23528D) is unknown color: approx Endeavour. HEX triplet: 23, 52 and 8D. RGB value is (35,82,141). Sum of RGB (Red+Green+Blue) = 35+82+141=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #23528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23528D is #DCAD72. Grayscale: #4A4A4A. Windows color (decimal): -14462323 or 9261603. OLE color: 9261603.

HSL color Cylindrical-coordinate representation of color #23528D: hue angle of 213.4º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23528D is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3582141-
CMYK0.750.4200.45
HSL213.4º60.23%34.51%-
HSV(B)213.4º75.18%55.29%-
XYZ8.528.3126.36-
YUV74.67165.4399.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=13.57%
G=31.78%
B=54.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35821410.750.4200.45213.460.2334.51
Hex23528D4B2A02Dd53c23
Octal43122215113520553257443
Binary1000111010010100011011001011101010010110111010101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23528D; }

 p { color: rgb(35,82,141); }

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

<style>
 a { background-color: #23528D; }

 a { background-color: rgb(35,82,141); }

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

<style>
 span { border-color: #23528D; }

 span { border-color: rgb(35,82,141); }

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