#235A8A

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

Shades of Endeavour #235A8A

Tints of Endeavour #235A8A

Color information

#235A8A (or 0x235A8A) is unknown color: approx Endeavour. HEX triplet: 23, 5A and 8A. RGB value is (35,90,138). Sum of RGB (Red+Green+Blue) = 35+90+138=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #235A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235A8A is #DCA575. Grayscale: #4E4E4E. Windows color (decimal): -14460278 or 9067043. OLE color: 9067043.

HSL color Cylindrical-coordinate representation of color #235A8A: hue angle of 207.96º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #235A8A is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3590138-
CMYK0.750.3500.46
HSL207.96º59.54%33.92%-
HSV(B)207.96º74.64%54.12%-
XYZ8.949.525.41-
YUV79.03161.2896.6-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.31%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=13.31%
G=34.22%
B=52.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35901380.750.3500.46207.9659.5433.92
Hex235A8A4B2302Ed03c22
Octal43132212113430563207442
Binary1000111011010100010101001011100011010111011010000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,90,138); }

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

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

 a { background-color: rgb(35,90,138); }

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

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

 span { border-color: rgb(35,90,138); }

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