Html Css Color HEX #333050 Paua

📋 copy color: '#333050'

red 51 ◦ green 48 ◦ blue 80

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

Shades of Paua #333050

Tints of Paua #333050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.82%

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

R = 28.49%
G = 26.82%
B = 44.69%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#333050 (or 0x333050) is known color: Paua. HEX triplet: 33, 30 and 50. RGB value is (51,48,80). Sum of RGB (Red+Green+Blue) = 51+48+80=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #333050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333050 is #CCCFAF. Grayscale: #343434. Windows color (decimal): -13422512 or 5255219. OLE color: 5255219.

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

Color convert

RGB 51 48 80 -
CMYK 0.36 0.40 0 0.69
HSL 245.63º 0.25% 0.25% -
HSV(B) 245.63º 0.4% 0.31% -
XYZ 3.87 3.4 8.04 -
YUV 52.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 51 48 80 0.36 0.40 0 0.69 245.63 0.25 0.25
Hex 33 30 50 24 28 0 45 F6 19 19
Octal 63 60 120 44 50 0 105 366 31 31
Binary 110011 110000 1010000 100100 101000 0 1000101 11110110 11001 11001

Color Harmonies of #333050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333050

Black with #333050

Text Example


Text Example

White with #333050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333050; }

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

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

background-color css

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

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

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

border-color css

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

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

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