#25304F

Color #25304F Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #25304F

Tints of Bunting #25304F

Color information

#25304F (or 0x25304F) is unknown color: approx Bunting. HEX triplet: 25, 30 and 4F. RGB value is (37,48,79). Sum of RGB (Red+Green+Blue) = 37+48+79=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #25304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25304F is #DACFB0. Grayscale: #303030. Windows color (decimal): -14340017 or 5189669. OLE color: 5189669.

HSL color Cylindrical-coordinate representation of color #25304F: hue angle of 224.29º 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 #25304F is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374879-
CMYK0.530.3900.69
HSL224.29º36.21%22.75%-
HSV(B)224.29º53.16%30.98%-
XYZ3.233.077.82-
YUV48.24145.36119.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=22.56%
G=29.27%
B=48.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3748790.530.3900.69224.2936.2122.75
Hex25304F3527045e02417
Octal4560117654701053404427
Binary1001011100001001111110101100111010001011110000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25304F;
 }
 .AnyTagClassName
 {
   color: #25304F;
 }
</style>
background-color css

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

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

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

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

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

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