#235388

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

Shades of Endeavour #235388

Tints of Endeavour #235388

Color information

#235388 (or 0x235388) is unknown color: approx Endeavour. HEX triplet: 23, 53 and 88. RGB value is (35,83,136). Sum of RGB (Red+Green+Blue) = 35+83+136=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #235388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235388 is #DCAC77. Grayscale: #4A4A4A. Windows color (decimal): -14462072 or 8934179. OLE color: 8934179.

HSL color Cylindrical-coordinate representation of color #235388: hue angle of 211.49º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #235388 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3583136-
CMYK0.740.3900.47
HSL211.49º59.06%33.53%-
HSV(B)211.49º74.26%53.33%-
XYZ8.238.3224.46-
YUV74.69162.699.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=13.78%
G=32.68%
B=53.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35831360.740.3900.47211.4959.0633.53
Hex2353884A2702Fd33b22
Octal43123210112470573237342
Binary1000111010011100010001001010100111010111111010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235388; }

 p { color: rgb(35,83,136); }

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

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

 a { background-color: rgb(35,83,136); }

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

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

 span { border-color: rgb(35,83,136); }

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