Html Css Color HEX #252E42 Bunting

📋 copy color: '#252E42'

red 37 ◦ green 46 ◦ blue 66

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

Shades of Bunting #252E42

Tints of Bunting #252E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.87%

 BLUE value IS 66 (26.17% from 255) = 44.3%

R = 24.83%
G = 30.87%
B = 44.3%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#252E42 (or 0x252E42) is known color: Bunting. HEX triplet: 25, 2E and 42. RGB value is (37,46,66). Sum of RGB (Red+Green+Blue) = 37+46+66=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #252E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E42 is #DAD1BD. Grayscale: #2D2D2D. Windows color (decimal): -14340542 or 4337189. OLE color: 4337189.

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

Color convert

RGB 37 46 66 -
CMYK 0.44 0.30 0 0.74
HSL 221.38º 0.28% 0.2% -
HSV(B) 221.38º 0.44% 0.26% -
XYZ 2.72 2.74 5.54 -
YUV 45.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 37 46 66 0.44 0.30 0 0.74 221.38 0.28 0.2
Hex 25 2E 42 2C 1E 0 4A DD 1C 14
Octal 45 56 102 54 36 0 112 335 34 24
Binary 100101 101110 1000010 101100 11110 0 1001010 11011101 11100 10100

Color Harmonies of #252E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E42

Black with #252E42

Text Example


Text Example

White with #252E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,66); }

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

background-color css

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

 a { background-color: rgb(37,46,66); }

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

border-color css

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

 span { border-color: rgb(37,46,66); }

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