Html Css Color HEX #23518E Endeavour

📋 copy color: '#23518E'

red 35 ◦ green 81 ◦ blue 142

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

Shades of Endeavour #23518E

Tints of Endeavour #23518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

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

R = 13.57%
G = 31.4%
B = 55.04%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23518E (or 0x23518E) is known color: Endeavour. HEX triplet: 23, 51 and 8E. RGB value is (35,81,142). Sum of RGB (Red+Green+Blue) = 35+81+142=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #23518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23518E is #DCAE71. Grayscale: #494949. Windows color (decimal): -14462578 or 9326883. OLE color: 9326883.

HSL color Cylindrical-coordinate representation of color #23518E: hue angle of 214.21º 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 #23518E is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 81 142 -
CMYK 0.75 0.43 0 0.44
HSL 214.21º 0.6% 0.35% -
HSV(B) 214.21º 0.75% 0.56% -
XYZ 8.52 8.2 26.72 -
YUV 74.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 35 81 142 0.75 0.43 0 0.44 214.21 0.6 0.35
Hex 23 51 8E 4B 2B 0 2C D6 3C 23
Octal 43 121 216 113 53 0 54 326 74 43
Binary 100011 1010001 10001110 1001011 101011 0 101100 11010110 111100 100011

Color Harmonies of #23518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23518E

Black with #23518E

Text Example


Text Example

White with #23518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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