#234F9E

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

Shades of Endeavour #234F9E

Tints of Endeavour #234F9E

Color information

#234F9E (or 0x234F9E) is unknown color: approx Endeavour. HEX triplet: 23, 4F and 9E. RGB value is (35,79,158). Sum of RGB (Red+Green+Blue) = 35+79+158=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #234F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F9E is #DCB061. Grayscale: #4A4A4A. Windows color (decimal): -14463074 or 10374947. OLE color: 10374947.

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

Color convert

RGB3579158-
CMYK0.780.5000.38
HSL218.54º63.73%37.84%-
HSV(B)218.54º77.85%61.96%-
XYZ9.668.4233.46-
YUV74.85174.9299.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.87%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=12.87%
G=29.04%
B=58.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35791580.780.5000.38218.5463.7337.84
Hex234F9E4E32026db4026
Octal431172361166204633310046
Binary10001110011111001111010011101100100100110110110111000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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