Html Css Color HEX #25324F Bunting

📋 copy color: '#25324F'

red 37 ◦ green 50 ◦ blue 79

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

Shades of Bunting #25324F

Tints of Bunting #25324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.59%

R = 22.29%
G = 30.12%
B = 47.59%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25324F (or 0x25324F) is known color: Bunting. HEX triplet: 25, 32 and 4F. RGB value is (37,50,79). Sum of RGB (Red+Green+Blue) = 37+50+79=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #25324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25324F is #DACDB0. Grayscale: #313131. Windows color (decimal): -14339505 or 5190181. OLE color: 5190181.

HSL color Cylindrical-coordinate representation of color #25324F: hue angle of 221.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25324F is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 50 79 -
CMYK 0.53 0.37 0 0.69
HSL 221.43º 0.36% 0.23% -
HSV(B) 221.43º 0.53% 0.31% -
XYZ 3.31 3.24 7.85 -
YUV 49.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 37 50 79 0.53 0.37 0 0.69 221.43 0.36 0.23
Hex 25 32 4F 35 25 0 45 DD 24 17
Octal 45 62 117 65 45 0 105 335 44 27
Binary 100101 110010 1001111 110101 100101 0 1000101 11011101 100100 10111

Color Harmonies of #25324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25324F

Black with #25324F

Text Example


Text Example

White with #25324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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