#23508A

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

Shades of Endeavour #23508A

Tints of Endeavour #23508A

Color information

#23508A (or 0x23508A) is unknown color: approx Endeavour. HEX triplet: 23, 50 and 8A. RGB value is (35,80,138). Sum of RGB (Red+Green+Blue) = 35+80+138=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #23508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23508A is #DCAF75. Grayscale: #484848. Windows color (decimal): -14462838 or 9064483. OLE color: 9064483.

HSL color Cylindrical-coordinate representation of color #23508A: hue angle of 213.79º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23508A is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3580138-
CMYK0.750.4200.46
HSL213.79º59.54%33.92%-
HSV(B)213.79º74.64%54.12%-
XYZ8.157.9325.15-
YUV73.16164.59100.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=13.83%
G=31.62%
B=54.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35801380.750.4200.46213.7959.5433.92
Hex23508A4B2A02Ed63c22
Octal43120212113520563267442
Binary1000111010000100010101001011101010010111011010110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23508A; }

 p { color: rgb(35,80,138); }

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

<style>
 a { background-color: #23508A; }

 a { background-color: rgb(35,80,138); }

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

<style>
 span { border-color: #23508A; }

 span { border-color: rgb(35,80,138); }

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