Html Css Color HEX #23508A Endeavour

📋 copy color: '#23508A'

red 35 ◦ green 80 ◦ blue 138

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

Shades of Endeavour #23508A

Tints of Endeavour #23508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.55%

R = 13.83%
G = 31.62%
B = 54.55%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#23508A (or 0x23508A) is known color: Endeavour. HEX triplet: 23, 50 and 8A. RGB value is (35,80,138). Sum of RGB (Red+Green+Blue) = 35+80+138=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #23508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23508A is #DCAF75. Grayscale: #484848. Windows color (decimal): -14462838 or 9064483. OLE color: 9064483.

HSL color Cylindrical-coordinate representation of color #23508A: hue angle of 213.79º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23508A is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 80 138 -
CMYK 0.75 0.42 0 0.46
HSL 213.79º 0.6% 0.34% -
HSV(B) 213.79º 0.75% 0.54% -
XYZ 8.15 7.93 25.15 -
YUV 73.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 35 80 138 0.75 0.42 0 0.46 213.79 0.6 0.34
Hex 23 50 8A 4B 2A 0 2E D6 3C 22
Octal 43 120 212 113 52 0 56 326 74 42
Binary 100011 1010000 10001010 1001011 101010 0 101110 11010110 111100 100010

Color Harmonies of #23508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23508A

Black with #23508A

Text Example


Text Example

White with #23508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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