Html Css Color HEX #23598D Endeavour

📋 copy color: '#23598D'

red 35 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #23598D

Tints of Endeavour #23598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.21%

R = 13.21%
G = 33.58%
B = 53.21%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#23598D (or 0x23598D) is known color: Endeavour. HEX triplet: 23, 59 and 8D. RGB value is (35,89,141). Sum of RGB (Red+Green+Blue) = 35+89+141=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #23598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23598D is #DCA672. Grayscale: #4E4E4E. Windows color (decimal): -14460531 or 9263395. OLE color: 9263395.

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

Color convert

RGB 35 89 141 -
CMYK 0.75 0.37 0 0.45
HSL 209.43º 0.6% 0.35% -
HSV(B) 209.43º 0.75% 0.55% -
XYZ 9.07 9.43 26.54 -
YUV 78.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 35 89 141 0.75 0.37 0 0.45 209.43 0.6 0.35
Hex 23 59 8D 4B 25 0 2D D1 3C 23
Octal 43 131 215 113 45 0 55 321 74 43
Binary 100011 1011001 10001101 1001011 100101 0 101101 11010001 111100 100011

Color Harmonies of #23598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23598D

Black with #23598D

Text Example


Text Example

White with #23598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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