#234F8F

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

Shades of Endeavour #234F8F

Tints of Endeavour #234F8F

Color information

#234F8F (or 0x234F8F) is unknown color: approx Endeavour. HEX triplet: 23, 4F and 8F. RGB value is (35,79,143). Sum of RGB (Red+Green+Blue) = 35+79+143=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #234F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234F8F is #DCB070. Grayscale: #484848. Windows color (decimal): -14463089 or 9391907. OLE color: 9391907.

HSL color Cylindrical-coordinate representation of color #234F8F: hue angle of 215.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234F8F is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3579143-
CMYK0.760.4500.44
HSL215.56º60.67%34.9%-
HSV(B)215.56º75.52%56.08%-
XYZ8.457.9327.07-
YUV73.14167.42100.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.62%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=13.62%
G=30.74%
B=55.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35791430.760.4500.44215.5660.6734.9
Hex234F8F4C2D02Cd83d23
Octal43117217114550543307543
Binary1000111001111100011111001100101101010110011011000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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