Html Css Color HEX #333155 Paua

📋 copy color: '#333155'

red 51 ◦ green 49 ◦ blue 85

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

Shades of Paua #333155

Tints of Paua #333155

RGB

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

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

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

R = 27.57%
G = 26.49%
B = 45.95%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#333155 (or 0x333155) is known color: Paua. HEX triplet: 33, 31 and 55. RGB value is (51,49,85). Sum of RGB (Red+Green+Blue) = 51+49+85=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #333155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333155 is #CCCEAA. Grayscale: #353535. Windows color (decimal): -13422251 or 5583155. OLE color: 5583155.

HSL color Cylindrical-coordinate representation of color #333155: hue angle of 243.33º 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 #333155 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 49 85 -
CMYK 0.40 0.42 0 0.67
HSL 243.33º 0.27% 0.26% -
HSV(B) 243.33º 0.42% 0.33% -
XYZ 4.1 3.56 9.06 -
YUV 53.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 51 49 85 0.40 0.42 0 0.67 243.33 0.27 0.26
Hex 33 31 55 28 2A 0 43 F3 1B 1A
Octal 63 61 125 50 52 0 103 363 33 32
Binary 110011 110001 1010101 101000 101010 0 1000011 11110011 11011 11010

Color Harmonies of #333155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333155

Black with #333155

Text Example


Text Example

White with #333155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333155; }

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

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

background-color css

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

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

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

border-color css

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

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

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