Html Css Color HEX #30294D Paua

📋 copy color: '#30294D'

red 48 ◦ green 41 ◦ blue 77

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

Shades of Paua #30294D

Tints of Paua #30294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.7%

 BLUE value IS 77 (30.47% from 255) = 46.39%

R = 28.92%
G = 24.7%
B = 46.39%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30294D (or 0x30294D) is known color: Paua. HEX triplet: 30, 29 and 4D. RGB value is (48,41,77). Sum of RGB (Red+Green+Blue) = 48+41+77=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #30294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30294D is #CFD6B2. Grayscale: #2F2F2F. Windows color (decimal): -13620915 or 5056816. OLE color: 5056816.

HSL color Cylindrical-coordinate representation of color #30294D: hue angle of 251.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30294D is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 41 77 -
CMYK 0.38 0.47 0 0.70
HSL 251.67º 0.31% 0.23% -
HSV(B) 251.67º 0.47% 0.3% -
XYZ 3.35 2.75 7.38 -
YUV 47.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 48 41 77 0.38 0.47 0 0.70 251.67 0.31 0.23
Hex 30 29 4D 26 2F 0 46 FC 1F 17
Octal 60 51 115 46 57 0 106 374 37 27
Binary 110000 101001 1001101 100110 101111 0 1000110 11111100 11111 10111

Color Harmonies of #30294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30294D

Black with #30294D

Text Example


Text Example

White with #30294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30294D; }

 p { color: rgb(48,41,77); }

 H1.HeaderClassName
 {
   color: #30294D;
 }
 .AnyTagClassName
 {
   color: #30294D;
 }
</style>

background-color css

<style>
 a { background-color: #30294D; }

 a { background-color: rgb(48,41,77); }

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

border-color css

<style>
 span { border-color: #30294D; }

 span { border-color: rgb(48,41,77); }

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