Html Css Color HEX #302C54 Paua

📋 copy color: '#302C54'

red 48 ◦ green 44 ◦ blue 84

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

Shades of Paua #302C54

Tints of Paua #302C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 47.73%

R = 27.27%
G = 25%
B = 47.73%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#302C54 (or 0x302C54) is known color: Paua. HEX triplet: 30, 2C and 54. RGB value is (48,44,84). Sum of RGB (Red+Green+Blue) = 48+44+84=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #302C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C54 is #CFD3AB. Grayscale: #313131. Windows color (decimal): -13620140 or 5516336. OLE color: 5516336.

HSL color Cylindrical-coordinate representation of color #302C54: hue angle of 246º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302C54 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 44 84 -
CMYK 0.43 0.48 0 0.67
HSL 246º 0.31% 0.25% -
HSV(B) 246º 0.48% 0.33% -
XYZ 3.72 3.07 8.78 -
YUV 49.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 48 44 84 0.43 0.48 0 0.67 246 0.31 0.25
Hex 30 2C 54 2B 30 0 43 F6 1F 19
Octal 60 54 124 53 60 0 103 366 37 31
Binary 110000 101100 1010100 101011 110000 0 1000011 11110110 11111 11001

Color Harmonies of #302C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C54

Black with #302C54

Text Example


Text Example

White with #302C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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