Html Css Color HEX #252E4C Bunting

📋 copy color: '#252E4C'

red 37 ◦ green 46 ◦ blue 76

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

Shades of Bunting #252E4C

Tints of Bunting #252E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.8%

R = 23.27%
G = 28.93%
B = 47.8%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#252E4C (or 0x252E4C) is known color: Bunting. HEX triplet: 25, 2E and 4C. RGB value is (37,46,76). Sum of RGB (Red+Green+Blue) = 37+46+76=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 76 (30.08% from 255 or 47.80% from 159); Max value from RGB is 76 - color contains mainly: blue. Hex color #252E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E4C is #DAD1B3. Grayscale: #2E2E2E. Windows color (decimal): -14340532 or 4992549. OLE color: 4992549.

HSL color Cylindrical-coordinate representation of color #252E4C: hue angle of 226.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252E4C is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 46 76 -
CMYK 0.51 0.39 0 0.70
HSL 226.15º 0.35% 0.22% -
HSV(B) 226.15º 0.51% 0.3% -
XYZ 3.04 2.87 7.23 -
YUV 46.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 37 46 76 0.51 0.39 0 0.70 226.15 0.35 0.22
Hex 25 2E 4C 33 27 0 46 E2 23 16
Octal 45 56 114 63 47 0 106 342 43 26
Binary 100101 101110 1001100 110011 100111 0 1000110 11100010 100011 10110

Color Harmonies of #252E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E4C

Black with #252E4C

Text Example


Text Example

White with #252E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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