#235B9C

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

Shades of Endeavour #235B9C

Tints of Endeavour #235B9C

Color information

#235B9C (or 0x235B9C) is unknown color: approx Endeavour. HEX triplet: 23, 5B and 9C. RGB value is (35,91,156). Sum of RGB (Red+Green+Blue) = 35+91+156=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #235B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235B9C is #DCA463. Grayscale: #515151. Windows color (decimal): -14460004 or 10246947. OLE color: 10246947.

HSL color Cylindrical-coordinate representation of color #235B9C: hue angle of 212.23º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #235B9C is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3591156-
CMYK0.780.4200.39
HSL212.23º63.35%37.45%-
HSV(B)212.23º77.56%61.18%-
XYZ10.4310.2432.88-
YUV81.67169.9594.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.41%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=12.41%
G=32.27%
B=55.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35911560.780.4200.39212.2363.3537.45
Hex235B9C4E2A027d43f25
Octal43133234116520473247745
Binary1000111011011100111001001110101010010011111010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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