Html Css Color HEX #302C4D Paua

📋 copy color: '#302C4D'

red 48 ◦ green 44 ◦ blue 77

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

Shades of Paua #302C4D

Tints of Paua #302C4D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.04%

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

R = 28.4%
G = 26.04%
B = 45.56%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#302C4D (or 0x302C4D) is known color: Paua. HEX triplet: 30, 2C and 4D. RGB value is (48,44,77). Sum of RGB (Red+Green+Blue) = 48+44+77=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #302C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C4D is #CFD3B2. Grayscale: #303030. Windows color (decimal): -13620147 or 5057584. OLE color: 5057584.

HSL color Cylindrical-coordinate representation of color #302C4D: hue angle of 247.27º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #302C4D is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 44 77 -
CMYK 0.38 0.43 0 0.70
HSL 247.27º 0.27% 0.24% -
HSV(B) 247.27º 0.43% 0.3% -
XYZ 3.46 2.97 7.41 -
YUV 48.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 48 44 77 0.38 0.43 0 0.70 247.27 0.27 0.24
Hex 30 2C 4D 26 2B 0 46 F7 1B 18
Octal 60 54 115 46 53 0 106 367 33 30
Binary 110000 101100 1001101 100110 101011 0 1000110 11110111 11011 11000

Color Harmonies of #302C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C4D

Black with #302C4D

Text Example


Text Example

White with #302C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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