Html Css Color HEX #30294E Paua

📋 copy color: '#30294E'

red 48 ◦ green 41 ◦ blue 78

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

Shades of Paua #30294E

Tints of Paua #30294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.71%

R = 28.74%
G = 24.55%
B = 46.71%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#30294E (or 0x30294E) is known color: Paua. HEX triplet: 30, 29 and 4E. RGB value is (48,41,78). Sum of RGB (Red+Green+Blue) = 48+41+78=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #30294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30294E is #CFD6B1. Grayscale: #2F2F2F. Windows color (decimal): -13620914 or 5122352. OLE color: 5122352.

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

Color convert

RGB 48 41 78 -
CMYK 0.38 0.47 0 0.69
HSL 251.35º 0.31% 0.23% -
HSV(B) 251.35º 0.47% 0.31% -
XYZ 3.39 2.76 7.56 -
YUV 47.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 48 41 78 0.38 0.47 0 0.69 251.35 0.31 0.23
Hex 30 29 4E 26 2F 0 45 FB 1F 17
Octal 60 51 116 46 57 0 105 373 37 27
Binary 110000 101001 1001110 100110 101111 0 1000101 11111011 11111 10111

Color Harmonies of #30294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30294E

Black with #30294E

Text Example


Text Example

White with #30294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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