Html Css Color HEX #23463A Burnham

📋 copy color: '#23463A'

red 35 ◦ green 70 ◦ blue 58

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

Shades of Burnham #23463A

Tints of Burnham #23463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 42.94%

 BLUE value IS 58 (23.05% from 255) = 35.58%

R = 21.47%
G = 42.94%
B = 35.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#23463A (or 0x23463A) is known color: Burnham. HEX triplet: 23, 46 and 3A. RGB value is (35,70,58). Sum of RGB (Red+Green+Blue) = 35+70+58=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #23463A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23463A is #DCB9C5. Grayscale: #3A3A3A. Windows color (decimal): -14465478 or 3819043. OLE color: 3819043.

HSL color Cylindrical-coordinate representation of color #23463A: hue angle of 159.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #23463A is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 70 58 -
CMYK 0.5 0 0.17 0.73
HSL 159.43º 0.33% 0.21% -
HSV(B) 159.43º 0.5% 0.27% -
XYZ 3.65 5.04 4.78 -
YUV 58.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 35 70 58 0.5 0 0.17 0.73 159.43 0.33 0.21
Hex 23 46 3A 32 0 11 49 9F 21 15
Octal 43 106 72 62 0 21 111 237 41 25
Binary 100011 1000110 111010 110010 0 10001 1001001 10011111 100001 10101

Color Harmonies of #23463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23463A

Black with #23463A

Text Example


Text Example

White with #23463A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,70,58); }

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

background-color css

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

 a { background-color: rgb(35,70,58); }

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

border-color css

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

 span { border-color: rgb(35,70,58); }

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