Html Css Color HEX #252D47 Bunting

📋 copy color: '#252D47'

red 37 ◦ green 45 ◦ blue 71

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

Shades of Bunting #252D47

Tints of Bunting #252D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.41%

 BLUE value IS 71 (28.13% from 255) = 46.41%

R = 24.18%
G = 29.41%
B = 46.41%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252D47 (or 0x252D47) is known color: Bunting. HEX triplet: 25, 2D and 47. RGB value is (37,45,71). Sum of RGB (Red+Green+Blue) = 37+45+71=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 71 (28.12% from 255 or 46.41% from 153); Max value from RGB is 71 - color contains mainly: blue. Hex color #252D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D47 is #DAD2B8. Grayscale: #2D2D2D. Windows color (decimal): -14340793 or 4664613. OLE color: 4664613.

HSL color Cylindrical-coordinate representation of color #252D47: hue angle of 225.88º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #252D47 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 45 71 -
CMYK 0.48 0.37 0 0.72
HSL 225.88º 0.31% 0.21% -
HSV(B) 225.88º 0.48% 0.28% -
XYZ 2.84 2.73 6.34 -
YUV 45.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 37 45 71 0.48 0.37 0 0.72 225.88 0.31 0.21
Hex 25 2D 47 30 25 0 48 E2 1F 15
Octal 45 55 107 60 45 0 110 342 37 25
Binary 100101 101101 1000111 110000 100101 0 1001000 11100010 11111 10101

Color Harmonies of #252D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D47

Black with #252D47

Text Example


Text Example

White with #252D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,71); }

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

background-color css

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

 a { background-color: rgb(37,45,71); }

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

border-color css

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

 span { border-color: rgb(37,45,71); }

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