#30374D

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

Shades of Bunting #30374D

Tints of Bunting #30374D

Color information

#30374D (or 0x30374D) is unknown color: approx Bunting. HEX triplet: 30, 37 and 4D. RGB value is (48,55,77). Sum of RGB (Red+Green+Blue) = 48+55+77=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #30374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30374D is #CFC8B2. Grayscale: #373737. Windows color (decimal): -13617331 or 5060400. OLE color: 5060400.

HSL color Cylindrical-coordinate representation of color #30374D: hue angle of 225.52º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30374D is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB485577-
CMYK0.380.2900.70
HSL225.52º23.2%24.51%-
HSV(B)225.52º37.66%30.2%-
XYZ3.923.97.57-
YUV55.42140.18122.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=26.67%
G=30.56%
B=42.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4855770.380.2900.70225.5223.224.51
Hex30374D261D046e21719
Octal6067115463501063422731
Binary11000011011110011011001101110101000110111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,55,77); }

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

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

 a { background-color: rgb(48,55,77); }

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

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

 span { border-color: rgb(48,55,77); }

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