Html Css Color HEX #302C47 Paua

📋 copy color: '#302C47'

red 48 ◦ green 44 ◦ blue 71

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

Shades of Paua #302C47

Tints of Paua #302C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 43.56%

R = 29.45%
G = 26.99%
B = 43.56%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#302C47 (or 0x302C47) is known color: Paua. HEX triplet: 30, 2C and 47. RGB value is (48,44,71). Sum of RGB (Red+Green+Blue) = 48+44+71=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 71 - color contains mainly: blue. Hex color #302C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C47 is #CFD3B8. Grayscale: #303030. Windows color (decimal): -13620153 or 4664368. OLE color: 4664368.

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

Color convert

RGB 48 44 71 -
CMYK 0.32 0.38 0 0.72
HSL 248.89º 0.23% 0.23% -
HSV(B) 248.89º 0.38% 0.28% -
XYZ 3.26 2.88 6.35 -
YUV 48.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 48 44 71 0.32 0.38 0 0.72 248.89 0.23 0.23
Hex 30 2C 47 20 26 0 48 F9 17 17
Octal 60 54 107 40 46 0 110 371 27 27
Binary 110000 101100 1000111 100000 100110 0 1001000 11111001 10111 10111

Color Harmonies of #302C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C47

Black with #302C47

Text Example


Text Example

White with #302C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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