Html Css Color HEX #23499B Endeavour

📋 copy color: '#23499B'

red 35 ◦ green 73 ◦ blue 155

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

Shades of Endeavour #23499B

Tints of Endeavour #23499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

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

R = 13.31%
G = 27.76%
B = 58.94%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#23499B (or 0x23499B) is known color: Endeavour. HEX triplet: 23, 49 and 9B. RGB value is (35,73,155). Sum of RGB (Red+Green+Blue) = 35+73+155=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #23499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23499B is #DCB664. Grayscale: #464646. Windows color (decimal): -14464613 or 10176803. OLE color: 10176803.

HSL color Cylindrical-coordinate representation of color #23499B: hue angle of 221º 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 #23499B is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 73 155 -
CMYK 0.77 0.53 0 0.39
HSL 221º 0.63% 0.37% -
HSV(B) 221º 0.77% 0.61% -
XYZ 8.99 7.49 31.98 -
YUV 70.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 35 73 155 0.77 0.53 0 0.39 221 0.63 0.37
Hex 23 49 9B 4D 35 0 27 DD 3F 25
Octal 43 111 233 115 65 0 47 335 77 45
Binary 100011 1001001 10011011 1001101 110101 0 100111 11011101 111111 100101

Color Harmonies of #23499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23499B

Black with #23499B

Text Example


Text Example

White with #23499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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