Html Css Color HEX #23559E Endeavour

📋 copy color: '#23559E'

red 35 ◦ green 85 ◦ blue 158

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

Shades of Endeavour #23559E

Tints of Endeavour #23559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 12.59%
G = 30.58%
B = 56.83%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23559E (or 0x23559E) is known color: Endeavour. HEX triplet: 23, 55 and 9E. RGB value is (35,85,158). Sum of RGB (Red+Green+Blue) = 35+85+158=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #23559E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23559E is #DCAA61. Grayscale: #4E4E4E. Windows color (decimal): -14461538 or 10376483. OLE color: 10376483.

HSL color Cylindrical-coordinate representation of color #23559E: hue angle of 215.61º 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 #23559E is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 85 158 -
CMYK 0.78 0.46 0 0.38
HSL 215.61º 0.64% 0.38% -
HSV(B) 215.61º 0.78% 0.62% -
XYZ 10.11 9.32 33.61 -
YUV 78.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 35 85 158 0.78 0.46 0 0.38 215.61 0.64 0.38
Hex 23 55 9E 4E 2E 0 26 D8 40 26
Octal 43 125 236 116 56 0 46 330 100 46
Binary 100011 1010101 10011110 1001110 101110 0 100110 11011000 1000000 100110

Color Harmonies of #23559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23559E

Black with #23559E

Text Example


Text Example

White with #23559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,85,158); }

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

background-color css

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

 a { background-color: rgb(35,85,158); }

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

border-color css

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

 span { border-color: rgb(35,85,158); }

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