#235F97

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

Shades of Endeavour #235F97

Tints of Endeavour #235F97

Color information

#235F97 (or 0x235F97) is unknown color: approx Endeavour. HEX triplet: 23, 5F and 97. RGB value is (35,95,151). Sum of RGB (Red+Green+Blue) = 35+95+151=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #235F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235F97 is #DCA068. Grayscale: #535353. Windows color (decimal): -14458985 or 9920291. OLE color: 9920291.

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

Color convert

RGB3595151-
CMYK0.770.3700.41
HSL208.97º62.37%36.47%-
HSV(B)208.97º76.82%59.22%-
XYZ10.3710.7830.81-
YUV83.44166.1293.45-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 151 (59.38% from 255) = 53.74%
R=12.46%
G=33.81%
B=53.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal35951510.770.3700.41208.9762.3736.47
Hex235F974D25029d13e24
Octal43137227115450513217644
Binary1000111011111100101111001101100101010100111010001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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