#234F8B

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

Shades of Endeavour #234F8B

Tints of Endeavour #234F8B

Color information

#234F8B (or 0x234F8B) is unknown color: approx Endeavour. HEX triplet: 23, 4F and 8B. RGB value is (35,79,139). Sum of RGB (Red+Green+Blue) = 35+79+139=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #234F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F8B is #DCB074. Grayscale: #484848. Windows color (decimal): -14463093 or 9129763. OLE color: 9129763.

HSL color Cylindrical-coordinate representation of color #234F8B: hue angle of 214.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #234F8B is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3579139-
CMYK0.750.4300.45
HSL214.62º59.77%34.12%-
HSV(B)214.62º74.82%54.51%-
XYZ8.157.8125.5-
YUV72.68165.42101.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=13.83%
G=31.23%
B=54.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35791390.750.4300.45214.6259.7734.12
Hex234F8B4B2B02Dd73c22
Octal43117213113530553277442
Binary1000111001111100010111001011101011010110111010111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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