Html Css Color HEX #25314D Bunting

📋 copy color: '#25314D'

red 37 ◦ green 49 ◦ blue 77

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

Shades of Bunting #25314D

Tints of Bunting #25314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 22.7%
G = 30.06%
B = 47.24%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25314D (or 0x25314D) is known color: Bunting. HEX triplet: 25, 31 and 4D. RGB value is (37,49,77). Sum of RGB (Red+Green+Blue) = 37+49+77=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #25314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25314D is #DACEB2. Grayscale: #303030. Windows color (decimal): -14339763 or 5058853. OLE color: 5058853.

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

Color convert

RGB 37 49 77 -
CMYK 0.52 0.36 0 0.70
HSL 222º 0.35% 0.22% -
HSV(B) 222º 0.52% 0.3% -
XYZ 3.2 3.13 7.46 -
YUV 48.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 37 49 77 0.52 0.36 0 0.70 222 0.35 0.22
Hex 25 31 4D 34 24 0 46 DE 23 16
Octal 45 61 115 64 44 0 106 336 43 26
Binary 100101 110001 1001101 110100 100100 0 1000110 11011110 100011 10110

Color Harmonies of #25314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25314D

Black with #25314D

Text Example


Text Example

White with #25314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25314D; }

 p { color: rgb(37,49,77); }

 H1.HeaderClassName
 {
   color: #25314D;
 }
 .AnyTagClassName
 {
   color: #25314D;
 }
</style>

background-color css

<style>
 a { background-color: #25314D; }

 a { background-color: rgb(37,49,77); }

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

border-color css

<style>
 span { border-color: #25314D; }

 span { border-color: rgb(37,49,77); }

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