Html Css Color HEX #233E35 Burnham

📋 copy color: '#233E35'

red 35 ◦ green 62 ◦ blue 53

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

Shades of Burnham #233E35

Tints of Burnham #233E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.33%

 BLUE value IS 53 (21.09% from 255) = 35.33%

R = 23.33%
G = 41.33%
B = 35.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#233E35 (or 0x233E35) is known color: Burnham. HEX triplet: 23, 3E and 35. RGB value is (35,62,53). Sum of RGB (Red+Green+Blue) = 35+62+53=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #233E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E35 is #DCC1CA. Grayscale: #343434. Windows color (decimal): -14467531 or 3489315. OLE color: 3489315.

HSL color Cylindrical-coordinate representation of color #233E35: hue angle of 160º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E35 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 62 53 -
CMYK 0.44 0 0.15 0.76
HSL 160º 0.28% 0.19% -
HSV(B) 160º 0.44% 0.24% -
XYZ 3.06 4.06 3.99 -
YUV 52.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 35 62 53 0.44 0 0.15 0.76 160 0.28 0.19
Hex 23 3E 35 2C 0 F 4C A0 1C 13
Octal 43 76 65 54 0 17 114 240 34 23
Binary 100011 111110 110101 101100 0 1111 1001100 10100000 11100 10011

Color Harmonies of #233E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233E35

Black with #233E35

Text Example


Text Example

White with #233E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233E35; }

 p { color: rgb(35,62,53); }

 H1.HeaderClassName
 {
   color: #233E35;
 }
 .AnyTagClassName
 {
   color: #233E35;
 }
</style>

background-color css

<style>
 a { background-color: #233E35; }

 a { background-color: rgb(35,62,53); }

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

border-color css

<style>
 span { border-color: #233E35; }

 span { border-color: rgb(35,62,53); }

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