#234CA1

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

Shades of Endeavour #234CA1

Tints of Endeavour #234CA1

Color information

#234CA1 (or 0x234CA1) is unknown color: approx Endeavour. HEX triplet: 23, 4C and A1. RGB value is (35,76,161). Sum of RGB (Red+Green+Blue) = 35+76+161=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #234CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234CA1 is #DCB35E. Grayscale: #494949. Windows color (decimal): -14463839 or 10570787. OLE color: 10570787.

HSL color Cylindrical-coordinate representation of color #234CA1: hue angle of 220.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #234CA1 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3576161-
CMYK0.780.5300.37
HSL220.48º64.29%38.43%-
HSV(B)220.48º78.26%63.14%-
XYZ9.718.134.77-
YUV73.43177.42100.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.87%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 161 (63.28% from 255) = 59.19%
R=12.87%
G=27.94%
B=59.19%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal35761610.780.5300.37220.4864.2938.43
Hex234CA14E35025dc4026
Octal431142411166504533410046
Binary10001110011001010000110011101101010100101110111001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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