Html Css Color HEX #333156 Paua

📋 copy color: '#333156'

red 51 ◦ green 49 ◦ blue 86

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

Shades of Paua #333156

Tints of Paua #333156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.24%

R = 27.42%
G = 26.34%
B = 46.24%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#333156 (or 0x333156) is known color: Paua. HEX triplet: 33, 31 and 56. RGB value is (51,49,86). Sum of RGB (Red+Green+Blue) = 51+49+86=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #333156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333156 is #CCCEA9. Grayscale: #353535. Windows color (decimal): -13422250 or 5648691. OLE color: 5648691.

HSL color Cylindrical-coordinate representation of color #333156: hue angle of 243.24º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #333156 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 49 86 -
CMYK 0.41 0.43 0 0.66
HSL 243.24º 0.27% 0.26% -
HSV(B) 243.24º 0.43% 0.34% -
XYZ 4.14 3.57 9.28 -
YUV 53.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 51 49 86 0.41 0.43 0 0.66 243.24 0.27 0.26
Hex 33 31 56 29 2B 0 42 F3 1B 1A
Octal 63 61 126 51 53 0 102 363 33 32
Binary 110011 110001 1010110 101001 101011 0 1000010 11110011 11011 11010

Color Harmonies of #333156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333156

Black with #333156

Text Example


Text Example

White with #333156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333156; }

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

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

background-color css

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

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

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

border-color css

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

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

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