#23559C

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

Shades of Endeavour #23559C

Tints of Endeavour #23559C

Color information

#23559C (or 0x23559C) is unknown color: approx Endeavour. HEX triplet: 23, 55 and 9C. RGB value is (35,85,156). Sum of RGB (Red+Green+Blue) = 35+85+156=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #23559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23559C is #DCAA63. Grayscale: #4D4D4D. Windows color (decimal): -14461540 or 10245411. OLE color: 10245411.

HSL color Cylindrical-coordinate representation of color #23559C: hue angle of 215.21º 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 #23559C is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3585156-
CMYK0.780.4600.39
HSL215.21º63.35%37.45%-
HSV(B)215.21º77.56%61.18%-
XYZ9.949.2532.71-
YUV78.14171.9497.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.68%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=12.68%
G=30.80%
B=56.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35851560.780.4600.39215.2163.3537.45
Hex23559C4E2E027d73f25
Octal43125234116560473277745
Binary1000111010101100111001001110101110010011111010111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23559C; }

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

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

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

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

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

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

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

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