Html Css Color HEX #30364C Bunting

📋 copy color: '#30364C'

red 48 ◦ green 54 ◦ blue 76

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

Shades of Bunting #30364C

Tints of Bunting #30364C

RGB

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

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

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

R = 26.97%
G = 30.34%
B = 42.7%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30364C (or 0x30364C) is known color: Bunting. HEX triplet: 30, 36 and 4C. RGB value is (48,54,76). Sum of RGB (Red+Green+Blue) = 48+54+76=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #30364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30364C is #CFC9B3. Grayscale: #363636. Windows color (decimal): -13617588 or 4994608. OLE color: 4994608.

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

Color convert

RGB 48 54 76 -
CMYK 0.37 0.29 0 0.70
HSL 227.14º 0.23% 0.24% -
HSV(B) 227.14º 0.37% 0.3% -
XYZ 3.84 3.79 7.37 -
YUV 54.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 48 54 76 0.37 0.29 0 0.70 227.14 0.23 0.24
Hex 30 36 4C 25 1D 0 46 E3 17 18
Octal 60 66 114 45 35 0 106 343 27 30
Binary 110000 110110 1001100 100101 11101 0 1000110 11100011 10111 11000

Color Harmonies of #30364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30364C

Black with #30364C

Text Example


Text Example

White with #30364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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