Html Css Color HEX #333150 Paua

📋 copy color: '#333150'

red 51 ◦ green 49 ◦ blue 80

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

Shades of Paua #333150

Tints of Paua #333150

RGB

 RED value IS 51 (20.31% from 255) = 28.33%

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 28.33%
G = 27.22%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#333150 (or 0x333150) is known color: Paua. HEX triplet: 33, 31 and 50. RGB value is (51,49,80). Sum of RGB (Red+Green+Blue) = 51+49+80=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #333150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333150 is #CCCEAF. Grayscale: #353535. Windows color (decimal): -13422256 or 5255475. OLE color: 5255475.

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

Color convert

RGB 51 49 80 -
CMYK 0.36 0.39 0 0.69
HSL 243.87º 0.24% 0.25% -
HSV(B) 243.87º 0.39% 0.31% -
XYZ 3.91 3.48 8.05 -
YUV 53.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 51 49 80 0.36 0.39 0 0.69 243.87 0.24 0.25
Hex 33 31 50 24 27 0 45 F4 18 19
Octal 63 61 120 44 47 0 105 364 30 31
Binary 110011 110001 1010000 100100 100111 0 1000101 11110100 11000 11001

Color Harmonies of #333150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333150

Black with #333150

Text Example


Text Example

White with #333150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333150; }

 p { color: rgb(51,49,80); }

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

background-color css

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

 a { background-color: rgb(51,49,80); }

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

border-color css

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

 span { border-color: rgb(51,49,80); }

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