Html Css Color HEX #2F2355 Paua

📋 copy color: '#2F2355'

red 47 ◦ green 35 ◦ blue 85

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

Shades of Paua #2F2355

Tints of Paua #2F2355

RGB

 RED value IS 47 (18.75% from 255) = 28.14%

 GREEN value IS 35 (14.06% from 255) = 20.96%

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

R = 28.14%
G = 20.96%
B = 50.9%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F2355 (or 0x2F2355) is known color: Paua. HEX triplet: 2F, 23 and 55. RGB value is (47,35,85). Sum of RGB (Red+Green+Blue) = 47+35+85=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F2355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2355 is #D0DCAA. Grayscale: #2C2C2C. Windows color (decimal): -13687979 or 5579567. OLE color: 5579567.

HSL color Cylindrical-coordinate representation of color #2F2355: hue angle of 254.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F2355 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 35 85 -
CMYK 0.45 0.59 0 0.67
HSL 254.4º 0.42% 0.24% -
HSV(B) 254.4º 0.59% 0.33% -
XYZ 3.41 2.46 8.89 -
YUV 44.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 47 35 85 0.45 0.59 0 0.67 254.4 0.42 0.24
Hex 2F 23 55 2D 3B 0 43 FE 2A 18
Octal 57 43 125 55 73 0 103 376 52 30
Binary 101111 100011 1010101 101101 111011 0 1000011 11111110 101010 11000

Color Harmonies of #2F2355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2355

Black with #2F2355

Text Example


Text Example

White with #2F2355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F2355; }

 p { color: rgb(47,35,85); }

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

background-color css

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

 a { background-color: rgb(47,35,85); }

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

border-color css

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

 span { border-color: rgb(47,35,85); }

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