Html Css Color HEX #30374C Bunting

📋 copy color: '#30374C'

red 48 ◦ green 55 ◦ blue 76

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

Shades of Bunting #30374C

Tints of Bunting #30374C

RGB

 RED value IS 48 (19.14% from 255) = 26.82%

 GREEN value IS 55 (21.88% from 255) = 30.73%

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

R = 26.82%
G = 30.73%
B = 42.46%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30374C (or 0x30374C) is known color: Bunting. HEX triplet: 30, 37 and 4C. RGB value is (48,55,76). Sum of RGB (Red+Green+Blue) = 48+55+76=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #30374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30374C is #CFC8B3. Grayscale: #373737. Windows color (decimal): -13617332 or 4994864. OLE color: 4994864.

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

Color convert

RGB 48 55 76 -
CMYK 0.37 0.28 0 0.70
HSL 225º 0.23% 0.24% -
HSV(B) 225º 0.37% 0.3% -
XYZ 3.89 3.88 7.38 -
YUV 55.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 48 55 76 0.37 0.28 0 0.70 225 0.23 0.24
Hex 30 37 4C 25 1C 0 46 E1 17 18
Octal 60 67 114 45 34 0 106 341 27 30
Binary 110000 110111 1001100 100101 11100 0 1000110 11100001 10111 11000

Color Harmonies of #30374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30374C

Black with #30374C

Text Example


Text Example

White with #30374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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