Html Css Color HEX #23498F Endeavour

📋 copy color: '#23498F'

red 35 ◦ green 73 ◦ blue 143

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

Shades of Endeavour #23498F

Tints of Endeavour #23498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.97%

R = 13.94%
G = 29.08%
B = 56.97%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#23498F (or 0x23498F) is known color: Endeavour. HEX triplet: 23, 49 and 8F. RGB value is (35,73,143). Sum of RGB (Red+Green+Blue) = 35+73+143=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #23498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23498F is #DCB670. Grayscale: #454545. Windows color (decimal): -14464625 or 9390371. OLE color: 9390371.

HSL color Cylindrical-coordinate representation of color #23498F: hue angle of 218.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23498F is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 73 143 -
CMYK 0.76 0.49 0 0.44
HSL 218.89º 0.61% 0.35% -
HSV(B) 218.89º 0.76% 0.56% -
XYZ 8.03 7.11 26.93 -
YUV 69.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 35 73 143 0.76 0.49 0 0.44 218.89 0.61 0.35
Hex 23 49 8F 4C 31 0 2C DB 3D 23
Octal 43 111 217 114 61 0 54 333 75 43
Binary 100011 1001001 10001111 1001100 110001 0 101100 11011011 111101 100011

Color Harmonies of #23498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23498F

Black with #23498F

Text Example


Text Example

White with #23498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23498F; }

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

 H1.HeaderClassName
 {
   color: #23498F;
 }
 .AnyTagClassName
 {
   color: #23498F;
 }
</style>

background-color css

<style>
 a { background-color: #23498F; }

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

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

border-color css

<style>
 span { border-color: #23498F; }

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

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