Html Css Color HEX #2C2B55 Paua

📋 copy color: '#2C2B55'

red 44 ◦ green 43 ◦ blue 85

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

Shades of Paua #2C2B55

Tints of Paua #2C2B55

RGB

 RED value IS 44 (17.58% from 255) = 25.58%

 GREEN value IS 43 (17.19% from 255) = 25%

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

R = 25.58%
G = 25%
B = 49.42%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2C2B55 (or 0x2C2B55) is known color: Paua. HEX triplet: 2C, 2B and 55. RGB value is (44,43,85). Sum of RGB (Red+Green+Blue) = 44+43+85=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C2B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2B55 is #D3D4AA. Grayscale: #2F2F2F. Windows color (decimal): -13882539 or 5581612. OLE color: 5581612.

HSL color Cylindrical-coordinate representation of color #2C2B55: hue angle of 241.43º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C2B55 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 43 85 -
CMYK 0.48 0.49 0 0.67
HSL 241.43º 0.33% 0.25% -
HSV(B) 241.43º 0.49% 0.33% -
XYZ 3.54 2.92 8.97 -
YUV 48.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 44 43 85 0.48 0.49 0 0.67 241.43 0.33 0.25
Hex 2C 2B 55 30 31 0 43 F1 21 19
Octal 54 53 125 60 61 0 103 361 41 31
Binary 101100 101011 1010101 110000 110001 0 1000011 11110001 100001 11001

Color Harmonies of #2C2B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2B55

Black with #2C2B55

Text Example


Text Example

White with #2C2B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,43,85); }

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

background-color css

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

 a { background-color: rgb(44,43,85); }

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

border-color css

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

 span { border-color: rgb(44,43,85); }

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