#234C8B

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

Shades of Endeavour #234C8B

Tints of Endeavour #234C8B

Color information

#234C8B (or 0x234C8B) is unknown color: approx Endeavour. HEX triplet: 23, 4C and 8B. RGB value is (35,76,139). Sum of RGB (Red+Green+Blue) = 35+76+139=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #234C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C8B is #DCB374. Grayscale: #464646. Windows color (decimal): -14463861 or 9128995. OLE color: 9128995.

HSL color Cylindrical-coordinate representation of color #234C8B: hue angle of 216.35º 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 #234C8B is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3576139-
CMYK0.750.4500.45
HSL216.35º59.77%34.12%-
HSV(B)216.35º74.82%54.51%-
XYZ7.947.3925.43-
YUV70.92166.42102.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=14%
G=30.4%
B=55.6%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35761390.750.4500.45216.3559.7734.12
Hex234C8B4B2D02Dd83c22
Octal43114213113550553307442
Binary1000111001100100010111001011101101010110111011000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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