#234892

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

Shades of Endeavour #234892

Tints of Endeavour #234892

Color information

#234892 (or 0x234892) is unknown color: approx Endeavour. HEX triplet: 23, 48 and 92. RGB value is (35,72,146). Sum of RGB (Red+Green+Blue) = 35+72+146=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #234892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234892 is #DCB76D. Grayscale: #454545. Windows color (decimal): -14464878 or 9586723. OLE color: 9586723.

HSL color Cylindrical-coordinate representation of color #234892: hue angle of 220º 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 #234892 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3572146-
CMYK0.760.5100.43
HSL220º61.33%35.49%-
HSV(B)220º76.03%57.25%-
XYZ8.27.0728.13-
YUV69.37171.24103.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=13.83%
G=28.46%
B=57.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35721460.760.5100.4322061.3335.49
Hex2348924C3302Bdc3d23
Octal43110222114630533347543
Binary1000111001000100100101001100110011010101111011100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234892; }

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

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

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

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

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

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

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

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