Html Css Color HEX #252D48 Bunting

📋 copy color: '#252D48'

red 37 ◦ green 45 ◦ blue 72

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

Shades of Bunting #252D48

Tints of Bunting #252D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 46.75%

R = 24.03%
G = 29.22%
B = 46.75%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#252D48 (or 0x252D48) is known color: Bunting. HEX triplet: 25, 2D and 48. RGB value is (37,45,72). Sum of RGB (Red+Green+Blue) = 37+45+72=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #252D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D48 is #DAD2B7. Grayscale: #2D2D2D. Windows color (decimal): -14340792 or 4730149. OLE color: 4730149.

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

Color convert

RGB 37 45 72 -
CMYK 0.49 0.38 0 0.72
HSL 226.29º 0.32% 0.21% -
HSV(B) 226.29º 0.49% 0.28% -
XYZ 2.87 2.74 6.51 -
YUV 45.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 37 45 72 0.49 0.38 0 0.72 226.29 0.32 0.21
Hex 25 2D 48 31 26 0 48 E2 20 15
Octal 45 55 110 61 46 0 110 342 40 25
Binary 100101 101101 1001000 110001 100110 0 1001000 11100010 100000 10101

Color Harmonies of #252D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252D48

Black with #252D48

Text Example


Text Example

White with #252D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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