Html Css Color HEX #302E52 Paua

📋 copy color: '#302E52'

red 48 ◦ green 46 ◦ blue 82

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

Shades of Paua #302E52

Tints of Paua #302E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.14%

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 27.27%
G = 26.14%
B = 46.59%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302E52 (or 0x302E52) is known color: Paua. HEX triplet: 30, 2E and 52. RGB value is (48,46,82). Sum of RGB (Red+Green+Blue) = 48+46+82=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #302E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E52 is #CFD1AD. Grayscale: #323232. Windows color (decimal): -13619630 or 5385776. OLE color: 5385776.

HSL color Cylindrical-coordinate representation of color #302E52: hue angle of 243.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #302E52 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 46 82 -
CMYK 0.41 0.44 0 0.68
HSL 243.33º 0.28% 0.25% -
HSV(B) 243.33º 0.44% 0.32% -
XYZ 3.72 3.19 8.4 -
YUV 50.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 48 46 82 0.41 0.44 0 0.68 243.33 0.28 0.25
Hex 30 2E 52 29 2C 0 44 F3 1C 19
Octal 60 56 122 51 54 0 104 363 34 31
Binary 110000 101110 1010010 101001 101100 0 1000100 11110011 11100 11001

Color Harmonies of #302E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E52

Black with #302E52

Text Example


Text Example

White with #302E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,46,82); }

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

background-color css

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

 a { background-color: rgb(48,46,82); }

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

border-color css

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

 span { border-color: rgb(48,46,82); }

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