Html Css Color HEX #302A4C Paua

📋 copy color: '#302A4C'

red 48 ◦ green 42 ◦ blue 76

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

Shades of Paua #302A4C

Tints of Paua #302A4C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 28.92%
G = 25.3%
B = 45.78%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#302A4C (or 0x302A4C) is known color: Paua. HEX triplet: 30, 2A and 4C. RGB value is (48,42,76). Sum of RGB (Red+Green+Blue) = 48+42+76=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #302A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302A4C is #CFD5B3. Grayscale: #2F2F2F. Windows color (decimal): -13620660 or 4991536. OLE color: 4991536.

HSL color Cylindrical-coordinate representation of color #302A4C: hue angle of 250.59º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #302A4C is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 42 76 -
CMYK 0.37 0.45 0 0.70
HSL 250.59º 0.29% 0.23% -
HSV(B) 250.59º 0.45% 0.3% -
XYZ 3.35 2.81 7.2 -
YUV 47.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 48 42 76 0.37 0.45 0 0.70 250.59 0.29 0.23
Hex 30 2A 4C 25 2D 0 46 FB 1D 17
Octal 60 52 114 45 55 0 106 373 35 27
Binary 110000 101010 1001100 100101 101101 0 1000110 11111011 11101 10111

Color Harmonies of #302A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302A4C

Black with #302A4C

Text Example


Text Example

White with #302A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,42,76); }

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

background-color css

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

 a { background-color: rgb(48,42,76); }

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

border-color css

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

 span { border-color: rgb(48,42,76); }

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