#235B9A

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

Shades of Endeavour #235B9A

Tints of Endeavour #235B9A

Color information

#235B9A (or 0x235B9A) is unknown color: approx Endeavour. HEX triplet: 23, 5B and 9A. RGB value is (35,91,154). Sum of RGB (Red+Green+Blue) = 35+91+154=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #235B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235B9A is #DCA465. Grayscale: #515151. Windows color (decimal): -14460006 or 10115875. OLE color: 10115875.

HSL color Cylindrical-coordinate representation of color #235B9A: hue angle of 211.76º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #235B9A is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3591154-
CMYK0.770.4100.40
HSL211.76º62.96%37.06%-
HSV(B)211.76º77.27%60.39%-
XYZ10.2710.1731.99-
YUV81.44168.9594.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 154 (60.55% from 255) = 55%
R=12.5%
G=32.5%
B=55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35911540.770.4100.40211.7662.9637.06
Hex235B9A4D29028d43f25
Octal43133232115510503247745
Binary1000111011011100110101001101101001010100011010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,91,154); }

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

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

 a { background-color: rgb(35,91,154); }

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

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

 span { border-color: rgb(35,91,154); }

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