#234992

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

Shades of Endeavour #234992

Tints of Endeavour #234992

Color information

#234992 (or 0x234992) is unknown color: approx Endeavour. HEX triplet: 23, 49 and 92. RGB value is (35,73,146). Sum of RGB (Red+Green+Blue) = 35+73+146=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #234992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234992 is #DCB66D. Grayscale: #454545. Windows color (decimal): -14464622 or 9586979. OLE color: 9586979.

HSL color Cylindrical-coordinate representation of color #234992: hue angle of 219.46º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234992 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3573146-
CMYK0.760.500.43
HSL219.46º61.33%35.49%-
HSV(B)219.46º76.03%57.25%-
XYZ8.267.228.15-
YUV69.96170.91103.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=13.78%
G=28.74%
B=57.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35731460.760.500.43219.4661.3335.49
Hex2349924C3202Bdb3d23
Octal43111222114620533337543
Binary1000111001001100100101001100110010010101111011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234992; }

 p { color: rgb(35,73,146); }

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

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

 a { background-color: rgb(35,73,146); }

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

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

 span { border-color: rgb(35,73,146); }

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