Html Css Color HEX #25324C Bunting

📋 copy color: '#25324C'

red 37 ◦ green 50 ◦ blue 76

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

Shades of Bunting #25324C

Tints of Bunting #25324C

RGB

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

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

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

R = 22.7%
G = 30.67%
B = 46.63%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25324C (or 0x25324C) is known color: Bunting. HEX triplet: 25, 32 and 4C. RGB value is (37,50,76). Sum of RGB (Red+Green+Blue) = 37+50+76=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #25324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25324C is #DACDB3. Grayscale: #303030. Windows color (decimal): -14339508 or 4993573. OLE color: 4993573.

HSL color Cylindrical-coordinate representation of color #25324C: hue angle of 220º 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 #25324C is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 50 76 -
CMYK 0.51 0.34 0 0.70
HSL 220º 0.35% 0.22% -
HSV(B) 220º 0.51% 0.3% -
XYZ 3.21 3.2 7.29 -
YUV 49.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 37 50 76 0.51 0.34 0 0.70 220 0.35 0.22
Hex 25 32 4C 33 22 0 46 DC 23 16
Octal 45 62 114 63 42 0 106 334 43 26
Binary 100101 110010 1001100 110011 100010 0 1000110 11011100 100011 10110

Color Harmonies of #25324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25324C

Black with #25324C

Text Example


Text Example

White with #25324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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