Html Css Color HEX #23508E Endeavour

📋 copy color: '#23508E'

red 35 ◦ green 80 ◦ blue 142

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

Shades of Endeavour #23508E

Tints of Endeavour #23508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

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

R = 13.62%
G = 31.13%
B = 55.25%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23508E (or 0x23508E) is known color: Endeavour. HEX triplet: 23, 50 and 8E. RGB value is (35,80,142). Sum of RGB (Red+Green+Blue) = 35+80+142=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #23508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23508E is #DCAF71. Grayscale: #494949. Windows color (decimal): -14462834 or 9326627. OLE color: 9326627.

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

Color convert

RGB 35 80 142 -
CMYK 0.75 0.44 0 0.44
HSL 214.77º 0.6% 0.35% -
HSV(B) 214.77º 0.75% 0.56% -
XYZ 8.44 8.05 26.7 -
YUV 73.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 35 80 142 0.75 0.44 0 0.44 214.77 0.6 0.35
Hex 23 50 8E 4B 2C 0 2C D7 3C 23
Octal 43 120 216 113 54 0 54 327 74 43
Binary 100011 1010000 10001110 1001011 101100 0 101100 11010111 111100 100011

Color Harmonies of #23508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23508E

Black with #23508E

Text Example


Text Example

White with #23508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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