Html Css Color HEX #302B4E Paua

📋 copy color: '#302B4E'

red 48 ◦ green 43 ◦ blue 78

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

Shades of Paua #302B4E

Tints of Paua #302B4E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

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

R = 28.4%
G = 25.44%
B = 46.15%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#302B4E (or 0x302B4E) is known color: Paua. HEX triplet: 30, 2B and 4E. RGB value is (48,43,78). Sum of RGB (Red+Green+Blue) = 48+43+78=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #302B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B4E is #CFD4B1. Grayscale: #303030. Windows color (decimal): -13620402 or 5122864. OLE color: 5122864.

HSL color Cylindrical-coordinate representation of color #302B4E: hue angle of 248.57º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #302B4E is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 43 78 -
CMYK 0.38 0.45 0 0.69
HSL 248.57º 0.29% 0.24% -
HSV(B) 248.57º 0.45% 0.31% -
XYZ 3.46 2.91 7.59 -
YUV 48.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 48 43 78 0.38 0.45 0 0.69 248.57 0.29 0.24
Hex 30 2B 4E 26 2D 0 45 F9 1D 18
Octal 60 53 116 46 55 0 105 371 35 30
Binary 110000 101011 1001110 100110 101101 0 1000101 11111001 11101 11000

Color Harmonies of #302B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B4E

Black with #302B4E

Text Example


Text Example

White with #302B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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