Html Css Color HEX #30374D Bunting

📋 copy color: '#30374D'

red 48 ◦ green 55 ◦ blue 77

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

Shades of Bunting #30374D

Tints of Bunting #30374D

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 value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30374D (or 0x30374D) is known color: 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

RGB 48 55 77 -
CMYK 0.38 0.29 0 0.70
HSL 225.52º 0.23% 0.25% -
HSV(B) 225.52º 0.38% 0.3% -
XYZ 3.92 3.9 7.57 -
YUV 55.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 48 55 77 0.38 0.29 0 0.70 225.52 0.23 0.25
Hex 30 37 4D 26 1D 0 46 E2 17 19
Octal 60 67 115 46 35 0 106 342 27 31
Binary 110000 110111 1001101 100110 11101 0 1000110 11100010 10111 11001

Color Harmonies of #30374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30374D

Black with #30374D

Text Example


Text Example

White with #30374D

Text Example


Text Example

HTML Codes & Css Web 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>