Html Css Color HEX #23599A Endeavour

📋 copy color: '#23599A'

red 35 ◦ green 89 ◦ blue 154

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

Shades of Endeavour #23599A

Tints of Endeavour #23599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.4%

R = 12.59%
G = 32.01%
B = 55.4%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#23599A (or 0x23599A) is known color: Endeavour. HEX triplet: 23, 59 and 9A. RGB value is (35,89,154). Sum of RGB (Red+Green+Blue) = 35+89+154=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #23599A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23599A is #DCA665. Grayscale: #4F4F4F. Windows color (decimal): -14460518 or 10115363. OLE color: 10115363.

HSL color Cylindrical-coordinate representation of color #23599A: hue angle of 212.77º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23599A is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 89 154 -
CMYK 0.77 0.42 0 0.40
HSL 212.77º 0.63% 0.37% -
HSV(B) 212.77º 0.77% 0.6% -
XYZ 10.1 9.84 31.94 -
YUV 80.26 169.61 95.71 -
System Red Green Blue C M Y K H S L
Decimal 35 89 154 0.77 0.42 0 0.40 212.77 0.63 0.37
Hex 23 59 9A 4D 2A 0 28 D5 3F 25
Octal 43 131 232 115 52 0 50 325 77 45
Binary 100011 1011001 10011010 1001101 101010 0 101000 11010101 111111 100101

Color Harmonies of #23599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23599A

Black with #23599A

Text Example


Text Example

White with #23599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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