#235098

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

Shades of Endeavour #235098

Tints of Endeavour #235098

Color information

#235098 (or 0x235098) is unknown color: approx Endeavour. HEX triplet: 23, 50 and 98. RGB value is (35,80,152). Sum of RGB (Red+Green+Blue) = 35+80+152=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #235098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235098 is #DCAF67. Grayscale: #4A4A4A. Windows color (decimal): -14462824 or 9981987. OLE color: 9981987.

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

Color convert

RGB3580152-
CMYK0.770.4700.40
HSL216.92º62.57%36.67%-
HSV(B)216.92º76.97%59.61%-
XYZ9.238.3630.83-
YUV74.75171.5999.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.11%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=13.11%
G=29.96%
B=56.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35801520.770.4700.40216.9262.5736.67
Hex2350984D2F028d93f25
Octal43120230115570503317745
Binary1000111010000100110001001101101111010100011011001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235098; }

 p { color: rgb(35,80,152); }

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

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

 a { background-color: rgb(35,80,152); }

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

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

 span { border-color: rgb(35,80,152); }

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