Html Css Color HEX #303446 Bunting

📋 copy color: '#303446'

red 48 ◦ green 52 ◦ blue 70

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

Shades of Bunting #303446

Tints of Bunting #303446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

 BLUE value IS 70 (27.73% from 255) = 41.18%

R = 28.24%
G = 30.59%
B = 41.18%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#303446 (or 0x303446) is known color: Bunting. HEX triplet: 30, 34 and 46. RGB value is (48,52,70). Sum of RGB (Red+Green+Blue) = 48+52+70=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #303446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303446 is #CFCBB9. Grayscale: #343434. Windows color (decimal): -13618106 or 4600880. OLE color: 4600880.

HSL color Cylindrical-coordinate representation of color #303446: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303446 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 52 70 -
CMYK 0.31 0.26 0 0.73
HSL 229.09º 0.19% 0.23% -
HSV(B) 229.09º 0.31% 0.27% -
XYZ 3.55 3.53 6.29 -
YUV 52.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 48 52 70 0.31 0.26 0 0.73 229.09 0.19 0.23
Hex 30 34 46 1F 1A 0 49 E5 13 17
Octal 60 64 106 37 32 0 111 345 23 27
Binary 110000 110100 1000110 11111 11010 0 1001001 11100101 10011 10111

Color Harmonies of #303446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303446

Black with #303446

Text Example


Text Example

White with #303446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303446; }

 p { color: rgb(48,52,70); }

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

background-color css

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

 a { background-color: rgb(48,52,70); }

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

border-color css

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

 span { border-color: rgb(48,52,70); }

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