#235B97

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

Shades of Endeavour #235B97

Tints of Endeavour #235B97

Color information

#235B97 (or 0x235B97) is unknown color: approx Endeavour. HEX triplet: 23, 5B and 97. RGB value is (35,91,151). Sum of RGB (Red+Green+Blue) = 35+91+151=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #235B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235B97 is #DCA468. Grayscale: #505050. Windows color (decimal): -14460009 or 9919267. OLE color: 9919267.

HSL color Cylindrical-coordinate representation of color #235B97: hue angle of 211.03º 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 #235B97 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3591151-
CMYK0.770.4000.41
HSL211.03º62.37%36.47%-
HSV(B)211.03º76.82%59.22%-
XYZ10.0210.0730.69-
YUV81.1167.4595.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 151 (59.38% from 255) = 54.51%
R=12.64%
G=32.85%
B=54.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35911510.770.4000.41211.0362.3736.47
Hex235B974D28029d33e24
Octal43133227115500513237644
Binary1000111011011100101111001101101000010100111010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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