Html Css Color HEX #23519B Endeavour

📋 copy color: '#23519B'

red 35 ◦ green 81 ◦ blue 155

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

Shades of Endeavour #23519B

Tints of Endeavour #23519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 12.92%
G = 29.89%
B = 57.2%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23519B (or 0x23519B) is known color: Endeavour. HEX triplet: 23, 51 and 9B. RGB value is (35,81,155). Sum of RGB (Red+Green+Blue) = 35+81+155=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #23519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23519B is #DCAE64. Grayscale: #4B4B4B. Windows color (decimal): -14462565 or 10178851. OLE color: 10178851.

HSL color Cylindrical-coordinate representation of color #23519B: hue angle of 217º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23519B is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 81 155 -
CMYK 0.77 0.48 0 0.39
HSL 217º 0.63% 0.37% -
HSV(B) 217º 0.77% 0.61% -
XYZ 9.55 8.61 32.17 -
YUV 75.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 35 81 155 0.77 0.48 0 0.39 217 0.63 0.37
Hex 23 51 9B 4D 30 0 27 D9 3F 25
Octal 43 121 233 115 60 0 47 331 77 45
Binary 100011 1010001 10011011 1001101 110000 0 100111 11011001 111111 100101

Color Harmonies of #23519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23519B

Black with #23519B

Text Example


Text Example

White with #23519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23519B; }

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

 H1.HeaderClassName
 {
   color: #23519B;
 }
 .AnyTagClassName
 {
   color: #23519B;
 }
</style>

background-color css

<style>
 a { background-color: #23519B; }

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

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

border-color css

<style>
 span { border-color: #23519B; }

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

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