#252F43

Color #252F43 Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #252F43

Tints of Bunting #252F43

Color information

#252F43 (or 0x252F43) is unknown color: approx Bunting. HEX triplet: 25, 2F and 43. RGB value is (37,47,67). Sum of RGB (Red+Green+Blue) = 37+47+67=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #252F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F43 is #DAD0BC. Grayscale: #2E2E2E. Windows color (decimal): -14340285 or 4402981. OLE color: 4402981.

HSL color Cylindrical-coordinate representation of color #252F43: hue angle of 220º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #252F43 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB374767-
CMYK0.450.3000.74
HSL220º28.85%20.39%-
HSV(B)220º44.78%26.27%-
XYZ2.792.835.71-
YUV46.29139.69121.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 47 (18.75% from 255) = 31.13%
BLUE value IS 67 (26.56% from 255) = 44.37%
R=24.50%
G=31.13%
B=44.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3747670.450.3000.7422028.8520.39
Hex252F432D1E04Adc1d14
Octal4557103553601123343524
Binary10010110111110000111011011111001001010110111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F43; }

 p { color: rgb(37,47,67); }

 H1.HeaderClassName
 {
   color: #252F43;
 }
 .AnyTagClassName
 {
   color: #252F43;
 }
</style>
background-color css

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

 a { background-color: rgb(37,47,67); }

 div.DivClassName
 {
   background-color: #252F43;
 }
 .BgClassName
 {
   background-color: #252F43;
 }
</style>
border-color css

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

 span { border-color: rgb(37,47,67); }

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