Html Css Color HEX #302C48 Paua

📋 copy color: '#302C48'

red 48 ◦ green 44 ◦ blue 72

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

Shades of Paua #302C48

Tints of Paua #302C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 29.27%
G = 26.83%
B = 43.9%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#302C48 (or 0x302C48) is known color: Paua. HEX triplet: 30, 2C and 48. RGB value is (48,44,72). Sum of RGB (Red+Green+Blue) = 48+44+72=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #302C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C48 is #CFD3B7. Grayscale: #303030. Windows color (decimal): -13620152 or 4729904. OLE color: 4729904.

HSL color Cylindrical-coordinate representation of color #302C48: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #302C48 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 44 72 -
CMYK 0.33 0.39 0 0.72
HSL 248.57º 0.24% 0.23% -
HSV(B) 248.57º 0.39% 0.28% -
XYZ 3.29 2.9 6.52 -
YUV 48.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 48 44 72 0.33 0.39 0 0.72 248.57 0.24 0.23
Hex 30 2C 48 21 27 0 48 F9 18 17
Octal 60 54 110 41 47 0 110 371 30 27
Binary 110000 101100 1001000 100001 100111 0 1001000 11111001 11000 10111

Color Harmonies of #302C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C48

Black with #302C48

Text Example


Text Example

White with #302C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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