#234C9B

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

Shades of Endeavour #234C9B

Tints of Endeavour #234C9B

Color information

#234C9B (or 0x234C9B) is unknown color: approx Endeavour. HEX triplet: 23, 4C and 9B. RGB value is (35,76,155). Sum of RGB (Red+Green+Blue) = 35+76+155=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #234C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234C9B is #DCB364. Grayscale: #484848. Windows color (decimal): -14463845 or 10177571. OLE color: 10177571.

HSL color Cylindrical-coordinate representation of color #234C9B: hue angle of 219.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #234C9B is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3576155-
CMYK0.770.5100.39
HSL219.5º63.16%37.25%-
HSV(B)219.5º77.42%60.78%-
XYZ9.197.8932.05-
YUV72.75174.42101.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.16%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=13.16%
G=28.57%
B=58.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35761550.770.5100.39219.563.1637.25
Hex234C9B4D33027dc3f25
Octal43114233115630473347745
Binary1000111001100100110111001101110011010011111011100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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