#234A9E

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

Shades of Endeavour #234A9E

Tints of Endeavour #234A9E

Color information

#234A9E (or 0x234A9E) is unknown color: approx Endeavour. HEX triplet: 23, 4A and 9E. RGB value is (35,74,158). Sum of RGB (Red+Green+Blue) = 35+74+158=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #234A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234A9E is #DCB561. Grayscale: #474747. Windows color (decimal): -14464354 or 10373667. OLE color: 10373667.

HSL color Cylindrical-coordinate representation of color #234A9E: hue angle of 220.98º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #234A9E is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3574158-
CMYK0.780.5300.38
HSL220.98º63.73%37.84%-
HSV(B)220.98º77.85%61.96%-
XYZ9.317.7233.35-
YUV71.91176.58101.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.11%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=13.11%
G=27.72%
B=59.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35741580.780.5300.38220.9863.7337.84
Hex234A9E4E35026dd4026
Octal431122361166504633510046
Binary10001110010101001111010011101101010100110110111011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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