Html Css Color HEX #23463B Burnham

📋 copy color: '#23463B'

red 35 ◦ green 70 ◦ blue 59

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

Shades of Burnham #23463B

Tints of Burnham #23463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.98%

R = 21.34%
G = 42.68%
B = 35.98%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#23463B (or 0x23463B) is known color: Burnham. HEX triplet: 23, 46 and 3B. RGB value is (35,70,59). Sum of RGB (Red+Green+Blue) = 35+70+59=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #23463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23463B is #DCB9C4. Grayscale: #3A3A3A. Windows color (decimal): -14465477 or 3884579. OLE color: 3884579.

HSL color Cylindrical-coordinate representation of color #23463B: hue angle of 161.14º 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 #23463B is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 70 59 -
CMYK 0.5 0 0.16 0.73
HSL 161.14º 0.33% 0.21% -
HSV(B) 161.14º 0.5% 0.27% -
XYZ 3.67 5.05 4.92 -
YUV 58.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 35 70 59 0.5 0 0.16 0.73 161.14 0.33 0.21
Hex 23 46 3B 32 0 10 49 A1 21 15
Octal 43 106 73 62 0 20 111 241 41 25
Binary 100011 1000110 111011 110010 0 10000 1001001 10100001 100001 10101

Color Harmonies of #23463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23463B

Black with #23463B

Text Example


Text Example

White with #23463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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