Html Css Color HEX #23599F Endeavour

📋 copy color: '#23599F'

red 35 ◦ green 89 ◦ blue 159

#23599F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #23599F

Tints of Endeavour #23599F

RGB

 RED value IS 35 (14.06% from 255) = 12.37%

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 159 (62.5% from 255) = 56.18%

R = 12.37%
G = 31.45%
B = 56.18%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23599F (or 0x23599F) is known color: Endeavour. HEX triplet: 23, 59 and 9F. RGB value is (35,89,159). Sum of RGB (Red+Green+Blue) = 35+89+159=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #23599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23599F is #DCA660. Grayscale: #505050. Windows color (decimal): -14460513 or 10443043. OLE color: 10443043.

HSL color Cylindrical-coordinate representation of color #23599F: hue angle of 213.87º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23599F is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 89 159 -
CMYK 0.78 0.44 0 0.38
HSL 213.87º 0.64% 0.38% -
HSV(B) 213.87º 0.78% 0.62% -
XYZ 10.52 10.01 34.18 -
YUV 80.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 35 89 159 0.78 0.44 0 0.38 213.87 0.64 0.38
Hex 23 59 9F 4E 2C 0 26 D6 40 26
Octal 43 131 237 116 54 0 46 326 100 46
Binary 100011 1011001 10011111 1001110 101100 0 100110 11010110 1000000 100110

Color Harmonies of #23599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23599F

Black with #23599F

Text Example


Text Example

White with #23599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23599F; }

 p { color: rgb(35,89,159); }

 H1.HeaderClassName
 {
   color: #23599F;
 }
 .AnyTagClassName
 {
   color: #23599F;
 }
</style>

background-color css

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

 a { background-color: rgb(35,89,159); }

 div.DivClassName
 {
   background-color: #23599F;
 }
 .BgClassName
 {
   background-color: #23599F;
 }
</style>

border-color css

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

 span { border-color: rgb(35,89,159); }

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