Html Css Color HEX #302655 Paua

📋 copy color: '#302655'

red 48 ◦ green 38 ◦ blue 85

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

Shades of Paua #302655

Tints of Paua #302655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 28.07%
G = 22.22%
B = 49.71%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#302655 (or 0x302655) is known color: Paua. HEX triplet: 30, 26 and 55. RGB value is (48,38,85). Sum of RGB (Red+Green+Blue) = 48+38+85=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #302655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302655 is #CFD9AA. Grayscale: #2E2E2E. Windows color (decimal): -13621675 or 5580336. OLE color: 5580336.

HSL color Cylindrical-coordinate representation of color #302655: hue angle of 252.77º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302655 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 38 85 -
CMYK 0.44 0.55 0 0.67
HSL 252.77º 0.38% 0.24% -
HSV(B) 252.77º 0.55% 0.33% -
XYZ 3.55 2.67 8.92 -
YUV 46.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 48 38 85 0.44 0.55 0 0.67 252.77 0.38 0.24
Hex 30 26 55 2C 37 0 43 FD 26 18
Octal 60 46 125 54 67 0 103 375 46 30
Binary 110000 100110 1010101 101100 110111 0 1000011 11111101 100110 11000

Color Harmonies of #302655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302655

Black with #302655

Text Example


Text Example

White with #302655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302655; }

 p { color: rgb(48,38,85); }

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

background-color css

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

 a { background-color: rgb(48,38,85); }

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

border-color css

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

 span { border-color: rgb(48,38,85); }

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