Html Css Color HEX #333053 Paua

📋 copy color: '#333053'

red 51 ◦ green 48 ◦ blue 83

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

Shades of Paua #333053

Tints of Paua #333053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 28.02%
G = 26.37%
B = 45.6%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#333053 (or 0x333053) is known color: Paua. HEX triplet: 33, 30 and 53. RGB value is (51,48,83). Sum of RGB (Red+Green+Blue) = 51+48+83=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #333053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333053 is #CCCFAC. Grayscale: #343434. Windows color (decimal): -13422509 or 5451827. OLE color: 5451827.

HSL color Cylindrical-coordinate representation of color #333053: hue angle of 245.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #333053 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 48 83 -
CMYK 0.39 0.42 0 0.67
HSL 245.14º 0.27% 0.26% -
HSV(B) 245.14º 0.42% 0.33% -
XYZ 3.98 3.44 8.64 -
YUV 52.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 51 48 83 0.39 0.42 0 0.67 245.14 0.27 0.26
Hex 33 30 53 27 2A 0 43 F5 1B 1A
Octal 63 60 123 47 52 0 103 365 33 32
Binary 110011 110000 1010011 100111 101010 0 1000011 11110101 11011 11010

Color Harmonies of #333053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333053

Black with #333053

Text Example


Text Example

White with #333053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333053; }

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

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

background-color css

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

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

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

border-color css

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

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

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