Html Css Color HEX #25324A Bunting

📋 copy color: '#25324A'

red 37 ◦ green 50 ◦ blue 74

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

Shades of Bunting #25324A

Tints of Bunting #25324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.06%

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 22.98%
G = 31.06%
B = 45.96%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25324A (or 0x25324A) is known color: Bunting. HEX triplet: 25, 32 and 4A. RGB value is (37,50,74). Sum of RGB (Red+Green+Blue) = 37+50+74=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #25324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25324A is #DACDB5. Grayscale: #303030. Windows color (decimal): -14339510 or 4862501. OLE color: 4862501.

HSL color Cylindrical-coordinate representation of color #25324A: hue angle of 218.92º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25324A is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 50 74 -
CMYK 0.50 0.32 0 0.71
HSL 218.92º 0.33% 0.22% -
HSV(B) 218.92º 0.5% 0.29% -
XYZ 3.14 3.17 6.92 -
YUV 48.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 37 50 74 0.50 0.32 0 0.71 218.92 0.33 0.22
Hex 25 32 4A 32 20 0 47 DB 21 16
Octal 45 62 112 62 40 0 107 333 41 26
Binary 100101 110010 1001010 110010 100000 0 1000111 11011011 100001 10110

Color Harmonies of #25324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25324A

Black with #25324A

Text Example


Text Example

White with #25324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25324A; }

 p { color: rgb(37,50,74); }

 H1.HeaderClassName
 {
   color: #25324A;
 }
 .AnyTagClassName
 {
   color: #25324A;
 }
</style>

background-color css

<style>
 a { background-color: #25324A; }

 a { background-color: rgb(37,50,74); }

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

border-color css

<style>
 span { border-color: #25324A; }

 span { border-color: rgb(37,50,74); }

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