Html Css Color HEX #302E4F Paua

📋 copy color: '#302E4F'

red 48 ◦ green 46 ◦ blue 79

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

Shades of Paua #302E4F

Tints of Paua #302E4F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.59%

 BLUE value IS 79 (31.25% from 255) = 45.66%

R = 27.75%
G = 26.59%
B = 45.66%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#302E4F (or 0x302E4F) is known color: Paua. HEX triplet: 30, 2E and 4F. RGB value is (48,46,79). Sum of RGB (Red+Green+Blue) = 48+46+79=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #302E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E4F is #CFD1B0. Grayscale: #323232. Windows color (decimal): -13619633 or 5189168. OLE color: 5189168.

HSL color Cylindrical-coordinate representation of color #302E4F: hue angle of 243.64º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #302E4F is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 46 79 -
CMYK 0.39 0.42 0 0.69
HSL 243.64º 0.26% 0.25% -
HSV(B) 243.64º 0.42% 0.31% -
XYZ 3.61 3.15 7.81 -
YUV 50.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 48 46 79 0.39 0.42 0 0.69 243.64 0.26 0.25
Hex 30 2E 4F 27 2A 0 45 F4 1A 19
Octal 60 56 117 47 52 0 105 364 32 31
Binary 110000 101110 1001111 100111 101010 0 1000101 11110100 11010 11001

Color Harmonies of #302E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302E4F

Black with #302E4F

Text Example


Text Example

White with #302E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,46,79); }

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

background-color css

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

 a { background-color: rgb(48,46,79); }

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

border-color css

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

 span { border-color: rgb(48,46,79); }

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