#234A92

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

Shades of Endeavour #234A92

Tints of Endeavour #234A92

Color information

#234A92 (or 0x234A92) is unknown color: approx Endeavour. HEX triplet: 23, 4A and 92. RGB value is (35,74,146). Sum of RGB (Red+Green+Blue) = 35+74+146=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #234A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A92 is #DCB56D. Grayscale: #464646. Windows color (decimal): -14464366 or 9587235. OLE color: 9587235.

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

Color convert

RGB3574146-
CMYK0.760.4900.43
HSL218.92º61.33%35.49%-
HSV(B)218.92º76.03%57.25%-
XYZ8.337.3328.17-
YUV70.55170.58102.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.73%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=13.73%
G=29.02%
B=57.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal35741460.760.4900.43218.9261.3335.49
Hex234A924C3102Bdb3d23
Octal43112222114610533337543
Binary1000111001010100100101001100110001010101111011011111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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