Html Css Color HEX #23598C Endeavour

📋 copy color: '#23598C'

red 35 ◦ green 89 ◦ blue 140

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

Shades of Endeavour #23598C

Tints of Endeavour #23598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.03%

R = 13.26%
G = 33.71%
B = 53.03%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23598C (or 0x23598C) is known color: Endeavour. HEX triplet: 23, 59 and 8C. RGB value is (35,89,140). Sum of RGB (Red+Green+Blue) = 35+89+140=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #23598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23598C is #DCA673. Grayscale: #4E4E4E. Windows color (decimal): -14460532 or 9197859. OLE color: 9197859.

HSL color Cylindrical-coordinate representation of color #23598C: hue angle of 209.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23598C is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 89 140 -
CMYK 0.75 0.36 0 0.45
HSL 209.14º 0.6% 0.34% -
HSV(B) 209.14º 0.75% 0.55% -
XYZ 9 9.4 26.15 -
YUV 78.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 35 89 140 0.75 0.36 0 0.45 209.14 0.6 0.34
Hex 23 59 8C 4B 24 0 2D D1 3C 22
Octal 43 131 214 113 44 0 55 321 74 42
Binary 100011 1011001 10001100 1001011 100100 0 101101 11010001 111100 100010

Color Harmonies of #23598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23598C

Black with #23598C

Text Example


Text Example

White with #23598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23598C;
 }
 .AnyTagClassName
 {
   color: #23598C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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