#234B9F

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

Shades of Endeavour #234B9F

Tints of Endeavour #234B9F

Color information

#234B9F (or 0x234B9F) is unknown color: approx Endeavour. HEX triplet: 23, 4B and 9F. RGB value is (35,75,159). Sum of RGB (Red+Green+Blue) = 35+75+159=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #234B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B9F is #DCB460. Grayscale: #484848. Windows color (decimal): -14464097 or 10439459. OLE color: 10439459.

HSL color Cylindrical-coordinate representation of color #234B9F: hue angle of 220.65º 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 #234B9F is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3575159-
CMYK0.780.5300.38
HSL220.65º63.92%38.04%-
HSV(B)220.65º77.99%62.35%-
XYZ9.477.8933.83-
YUV72.62176.75101.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 159 (62.5% from 255) = 59.11%
R=13.01%
G=27.88%
B=59.11%

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
Decimal35751590.780.5300.38220.6563.9238.04
Hex234B9F4E35026dd4026
Octal431132371166504633510046
Binary10001110010111001111110011101101010100110110111011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,75,159); }

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

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

 a { background-color: rgb(35,75,159); }

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

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

 span { border-color: rgb(35,75,159); }

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