#234D8A

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

Shades of Endeavour #234D8A

Tints of Endeavour #234D8A

Color information

#234D8A (or 0x234D8A) is unknown color: approx Endeavour. HEX triplet: 23, 4D and 8A. RGB value is (35,77,138). Sum of RGB (Red+Green+Blue) = 35+77+138=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #234D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234D8A is #DCB275. Grayscale: #474747. Windows color (decimal): -14463606 or 9063715. OLE color: 9063715.

HSL color Cylindrical-coordinate representation of color #234D8A: hue angle of 215.53º 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 #234D8A is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3577138-
CMYK0.750.4400.46
HSL215.53º59.54%33.92%-
HSV(B)215.53º74.64%54.12%-
XYZ7.937.525.07-
YUV71.4165.59102.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 138 (54.30% from 255) = 55.2%
R=14%
G=30.8%
B=55.2%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35771380.750.4400.46215.5359.5433.92
Hex234D8A4B2C02Ed83c22
Octal43115212113540563307442
Binary1000111001101100010101001011101100010111011011000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234D8A; }

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

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

<style>
 a { background-color: #234D8A; }

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

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

<style>
 span { border-color: #234D8A; }

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

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