Html Css Color HEX #30364A Bunting

📋 copy color: '#30364A'

red 48 ◦ green 54 ◦ blue 74

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

Shades of Bunting #30364A

Tints of Bunting #30364A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 42.05%

R = 27.27%
G = 30.68%
B = 42.05%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30364A (or 0x30364A) is known color: Bunting. HEX triplet: 30, 36 and 4A. RGB value is (48,54,74). Sum of RGB (Red+Green+Blue) = 48+54+74=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 74 (29.30% from 255 or 42.05% from 176); Max value from RGB is 74 - color contains mainly: blue. Hex color #30364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30364A is #CFC9B5. Grayscale: #363636. Windows color (decimal): -13617590 or 4863536. OLE color: 4863536.

HSL color Cylindrical-coordinate representation of color #30364A: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #30364A is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 54 74 -
CMYK 0.35 0.27 0 0.71
HSL 226.15º 0.21% 0.24% -
HSV(B) 226.15º 0.35% 0.29% -
XYZ 3.77 3.76 7.01 -
YUV 54.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 48 54 74 0.35 0.27 0 0.71 226.15 0.21 0.24
Hex 30 36 4A 23 1B 0 47 E2 15 18
Octal 60 66 112 43 33 0 107 342 25 30
Binary 110000 110110 1001010 100011 11011 0 1000111 11100010 10101 11000

Color Harmonies of #30364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30364A

Black with #30364A

Text Example


Text Example

White with #30364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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