Html Css Color HEX #25463B Burnham

📋 copy color: '#25463B'

red 37 ◦ green 70 ◦ blue 59

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

Shades of Burnham #25463B

Tints of Burnham #25463B

RGB

 RED value IS 37 (14.84% from 255) = 22.29%

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

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

R = 22.29%
G = 42.17%
B = 35.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#25463B (or 0x25463B) is known color: Burnham. HEX triplet: 25, 46 and 3B. RGB value is (37,70,59). Sum of RGB (Red+Green+Blue) = 37+70+59=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 70 - color contains mainly: green. Hex color #25463B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25463B is #DAB9C4. Grayscale: #3A3A3A. Windows color (decimal): -14334405 or 3884581. OLE color: 3884581.

HSL color Cylindrical-coordinate representation of color #25463B: hue angle of 160º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25463B is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 70 59 -
CMYK 0.47 0 0.16 0.73
HSL 160º 0.31% 0.21% -
HSV(B) 160º 0.47% 0.27% -
XYZ 3.74 5.09 4.92 -
YUV 58.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 37 70 59 0.47 0 0.16 0.73 160 0.31 0.21
Hex 25 46 3B 2F 0 10 49 A0 1F 15
Octal 45 106 73 57 0 20 111 240 37 25
Binary 100101 1000110 111011 101111 0 10000 1001001 10100000 11111 10101

Color Harmonies of #25463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25463B

Black with #25463B

Text Example


Text Example

White with #25463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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