Html Css Color HEX #302F52 Paua

📋 copy color: '#302F52'

red 48 ◦ green 47 ◦ blue 82

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

Shades of Paua #302F52

Tints of Paua #302F52

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.55%

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

R = 27.12%
G = 26.55%
B = 46.33%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#302F52 (or 0x302F52) is known color: Paua. HEX triplet: 30, 2F and 52. RGB value is (48,47,82). Sum of RGB (Red+Green+Blue) = 48+47+82=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #302F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F52 is #CFD0AD. Grayscale: #333333. Windows color (decimal): -13619374 or 5386032. OLE color: 5386032.

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

Color convert

RGB 48 47 82 -
CMYK 0.41 0.43 0 0.68
HSL 241.71º 0.27% 0.25% -
HSV(B) 241.71º 0.43% 0.32% -
XYZ 3.76 3.27 8.42 -
YUV 51.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 48 47 82 0.41 0.43 0 0.68 241.71 0.27 0.25
Hex 30 2F 52 29 2B 0 44 F2 1B 19
Octal 60 57 122 51 53 0 104 362 33 31
Binary 110000 101111 1010010 101001 101011 0 1000100 11110010 11011 11001

Color Harmonies of #302F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F52

Black with #302F52

Text Example


Text Example

White with #302F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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