Html Css Color HEX #30364D Bunting

📋 copy color: '#30364D'

red 48 ◦ green 54 ◦ blue 77

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

Shades of Bunting #30364D

Tints of Bunting #30364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 26.82%
G = 30.17%
B = 43.02%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30364D (or 0x30364D) is known color: Bunting. HEX triplet: 30, 36 and 4D. RGB value is (48,54,77). Sum of RGB (Red+Green+Blue) = 48+54+77=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #30364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30364D is #CFC9B2. Grayscale: #363636. Windows color (decimal): -13617587 or 5060144. OLE color: 5060144.

HSL color Cylindrical-coordinate representation of color #30364D: hue angle of 227.59º 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 #30364D is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 54 77 -
CMYK 0.38 0.30 0 0.70
HSL 227.59º 0.23% 0.25% -
HSV(B) 227.59º 0.38% 0.3% -
XYZ 3.88 3.8 7.55 -
YUV 54.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 48 54 77 0.38 0.30 0 0.70 227.59 0.23 0.25
Hex 30 36 4D 26 1E 0 46 E4 17 19
Octal 60 66 115 46 36 0 106 344 27 31
Binary 110000 110110 1001101 100110 11110 0 1000110 11100100 10111 11001

Color Harmonies of #30364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30364D

Black with #30364D

Text Example


Text Example

White with #30364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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