Html Css Color HEX #2C2358 Paua

📋 copy color: '#2C2358'

red 44 ◦ green 35 ◦ blue 88

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

Shades of Paua #2C2358

Tints of Paua #2C2358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 52.69%

R = 26.35%
G = 20.96%
B = 52.69%

CMYK

 C value IS 0.5

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C2358 (or 0x2C2358) is known color: Paua. HEX triplet: 2C, 23 and 58. RGB value is (44,35,88). Sum of RGB (Red+Green+Blue) = 44+35+88=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C2358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2358 is #D3DCA7. Grayscale: #2B2B2B. Windows color (decimal): -13884584 or 5776172. OLE color: 5776172.

HSL color Cylindrical-coordinate representation of color #2C2358: hue angle of 250.19º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C2358 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 35 88 -
CMYK 0.5 0.60 0 0.65
HSL 250.19º 0.43% 0.24% -
HSV(B) 250.19º 0.6% 0.35% -
XYZ 3.4 2.44 9.52 -
YUV 43.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 44 35 88 0.5 0.60 0 0.65 250.19 0.43 0.24
Hex 2C 23 58 32 3C 0 41 FA 2B 18
Octal 54 43 130 62 74 0 101 372 53 30
Binary 101100 100011 1011000 110010 111100 0 1000001 11111010 101011 11000

Color Harmonies of #2C2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2358

Black with #2C2358

Text Example


Text Example

White with #2C2358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,35,88); }

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

background-color css

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

 a { background-color: rgb(44,35,88); }

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

border-color css

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

 span { border-color: rgb(44,35,88); }

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