Html Css Color HEX #264339 Burnham

📋 copy color: '#264339'

red 38 ◦ green 67 ◦ blue 57

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

Shades of Burnham #264339

Tints of Burnham #264339

RGB

 RED value IS 38 (15.23% from 255) = 23.46%

 GREEN value IS 67 (26.56% from 255) = 41.36%

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 23.46%
G = 41.36%
B = 35.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#264339 (or 0x264339) is known color: Burnham. HEX triplet: 26, 43 and 39. RGB value is (38,67,57). Sum of RGB (Red+Green+Blue) = 38+67+57=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 67 - color contains mainly: green. Hex color #264339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264339 is #D9BCC6. Grayscale: #393939. Windows color (decimal): -14269639 or 3752742. OLE color: 3752742.

HSL color Cylindrical-coordinate representation of color #264339: hue angle of 159.31º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #264339 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 38 67 57 -
CMYK 0.43 0 0.15 0.74
HSL 159.31º 0.28% 0.21% -
HSV(B) 159.31º 0.43% 0.26% -
XYZ 3.55 4.72 4.6 -
YUV 57.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 38 67 57 0.43 0 0.15 0.74 159.31 0.28 0.21
Hex 26 43 39 2B 0 F 4A 9F 1C 15
Octal 46 103 71 53 0 17 112 237 34 25
Binary 100110 1000011 111001 101011 0 1111 1001010 10011111 11100 10101

Color Harmonies of #264339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264339

Black with #264339

Text Example


Text Example

White with #264339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264339; }

 p { color: rgb(38,67,57); }

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

background-color css

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

 a { background-color: rgb(38,67,57); }

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

border-color css

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

 span { border-color: rgb(38,67,57); }

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