Html Css Color HEX #23618A Endeavour

📋 copy color: '#23618A'

red 35 ◦ green 97 ◦ blue 138

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

Shades of Endeavour #23618A

Tints of Endeavour #23618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.93%

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

R = 12.96%
G = 35.93%
B = 51.11%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#23618A (or 0x23618A) is known color: Endeavour. HEX triplet: 23, 61 and 8A. RGB value is (35,97,138). Sum of RGB (Red+Green+Blue) = 35+97+138=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #23618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23618A is #DC9E75. Grayscale: #525252. Windows color (decimal): -14458486 or 9068835. OLE color: 9068835.

HSL color Cylindrical-coordinate representation of color #23618A: hue angle of 203.88º 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 #23618A is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 35 97 138 -
CMYK 0.75 0.30 0 0.46
HSL 203.88º 0.6% 0.34% -
HSV(B) 203.88º 0.75% 0.54% -
XYZ 9.56 10.74 25.61 -
YUV 83.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 35 97 138 0.75 0.30 0 0.46 203.88 0.6 0.34
Hex 23 61 8A 4B 1E 0 2E CC 3C 22
Octal 43 141 212 113 36 0 56 314 74 42
Binary 100011 1100001 10001010 1001011 11110 0 101110 11001100 111100 100010

Color Harmonies of #23618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23618A

Black with #23618A

Text Example


Text Example

White with #23618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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