#235A95

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

Shades of Endeavour #235A95

Tints of Endeavour #235A95

Color information

#235A95 (or 0x235A95) is unknown color: approx Endeavour. HEX triplet: 23, 5A and 95. RGB value is (35,90,149). Sum of RGB (Red+Green+Blue) = 35+90+149=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #235A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A95 is #DCA56A. Grayscale: #4F4F4F. Windows color (decimal): -14460267 or 9787939. OLE color: 9787939.

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

Color convert

RGB3590149-
CMYK0.770.4000.42
HSL211.05º61.96%36.08%-
HSV(B)211.05º76.51%58.43%-
XYZ9.779.8429.82-
YUV80.28166.7895.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.77%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=12.77%
G=32.85%
B=54.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35901490.770.4000.42211.0561.9636.08
Hex235A954D2802Ad33e24
Octal43132225115500523237644
Binary1000111011010100101011001101101000010101011010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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