#235A96

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

Shades of Endeavour #235A96

Tints of Endeavour #235A96

Color information

#235A96 (or 0x235A96) is unknown color: approx Endeavour. HEX triplet: 23, 5A and 96. RGB value is (35,90,150). Sum of RGB (Red+Green+Blue) = 35+90+150=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #235A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A96 is #DCA569. Grayscale: #505050. Windows color (decimal): -14460266 or 9853475. OLE color: 9853475.

HSL color Cylindrical-coordinate representation of color #235A96: hue angle of 211.3º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235A96 is Cyan = 0.77, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3590150-
CMYK0.770.400.41
HSL211.3º62.16%36.27%-
HSV(B)211.3º76.67%58.82%-
XYZ9.859.8730.24-
YUV80.4167.2895.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.73%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=12.73%
G=32.73%
B=54.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35901500.770.400.41211.362.1636.27
Hex235A964D28029d33e24
Octal43132226115500513237644
Binary1000111011010100101101001101101000010100111010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235A96; }

 p { color: rgb(35,90,150); }

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

<style>
 a { background-color: #235A96; }

 a { background-color: rgb(35,90,150); }

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

<style>
 span { border-color: #235A96; }

 span { border-color: rgb(35,90,150); }

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