Html Css Color HEX #252E3F Bunting

📋 copy color: '#252E3F'

red 37 ◦ green 46 ◦ blue 63

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

Shades of Bunting #252E3F

Tints of Bunting #252E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.15%

R = 25.34%
G = 31.51%
B = 43.15%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252E3F (or 0x252E3F) is known color: Bunting. HEX triplet: 25, 2E and 3F. RGB value is (37,46,63). Sum of RGB (Red+Green+Blue) = 37+46+63=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #252E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E3F is #DAD1C0. Grayscale: #2D2D2D. Windows color (decimal): -14340545 or 4140581. OLE color: 4140581.

HSL color Cylindrical-coordinate representation of color #252E3F: hue angle of 219.23º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #252E3F is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 46 63 -
CMYK 0.41 0.27 0 0.75
HSL 219.23º 0.26% 0.2% -
HSV(B) 219.23º 0.41% 0.25% -
XYZ 2.64 2.71 5.09 -
YUV 45.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 37 46 63 0.41 0.27 0 0.75 219.23 0.26 0.2
Hex 25 2E 3F 29 1B 0 4B DB 1A 14
Octal 45 56 77 51 33 0 113 333 32 24
Binary 100101 101110 111111 101001 11011 0 1001011 11011011 11010 10100

Color Harmonies of #252E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E3F

Black with #252E3F

Text Example


Text Example

White with #252E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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