Html Css Color HEX #23588E Endeavour

📋 copy color: '#23588E'

red 35 ◦ green 88 ◦ blue 142

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

Shades of Endeavour #23588E

Tints of Endeavour #23588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 13.21%
G = 33.21%
B = 53.58%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23588E (or 0x23588E) is known color: Endeavour. HEX triplet: 23, 58 and 8E. RGB value is (35,88,142). Sum of RGB (Red+Green+Blue) = 35+88+142=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #23588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23588E is #DCA771. Grayscale: #4E4E4E. Windows color (decimal): -14460786 or 9328675. OLE color: 9328675.

HSL color Cylindrical-coordinate representation of color #23588E: hue angle of 210.28º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23588E is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 88 142 -
CMYK 0.75 0.38 0 0.44
HSL 210.28º 0.6% 0.35% -
HSV(B) 210.28º 0.75% 0.56% -
XYZ 9.07 9.29 26.91 -
YUV 78.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 35 88 142 0.75 0.38 0 0.44 210.28 0.6 0.35
Hex 23 58 8E 4B 26 0 2C D2 3C 23
Octal 43 130 216 113 46 0 54 322 74 43
Binary 100011 1011000 10001110 1001011 100110 0 101100 11010010 111100 100011

Color Harmonies of #23588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23588E

Black with #23588E

Text Example


Text Example

White with #23588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23588E; }

 p { color: rgb(35,88,142); }

 H1.HeaderClassName
 {
   color: #23588E;
 }
 .AnyTagClassName
 {
   color: #23588E;
 }
</style>

background-color css

<style>
 a { background-color: #23588E; }

 a { background-color: rgb(35,88,142); }

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

border-color css

<style>
 span { border-color: #23588E; }

 span { border-color: rgb(35,88,142); }

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