Html Css Color HEX #2C234F Paua

📋 copy color: '#2C234F'

red 44 ◦ green 35 ◦ blue 79

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

Shades of Paua #2C234F

Tints of Paua #2C234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 50%

R = 27.85%
G = 22.15%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C234F (or 0x2C234F) is known color: Paua. HEX triplet: 2C, 23 and 4F. RGB value is (44,35,79). Sum of RGB (Red+Green+Blue) = 44+35+79=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C234F is #D3DCB0. Grayscale: #2A2A2A. Windows color (decimal): -13884593 or 5186348. OLE color: 5186348.

HSL color Cylindrical-coordinate representation of color #2C234F: hue angle of 252.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C234F is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 35 79 -
CMYK 0.44 0.56 0 0.69
HSL 252.27º 0.39% 0.22% -
HSV(B) 252.27º 0.56% 0.31% -
XYZ 3.05 2.3 7.68 -
YUV 42.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 44 35 79 0.44 0.56 0 0.69 252.27 0.39 0.22
Hex 2C 23 4F 2C 38 0 45 FC 27 16
Octal 54 43 117 54 70 0 105 374 47 26
Binary 101100 100011 1001111 101100 111000 0 1000101 11111100 100111 10110

Color Harmonies of #2C234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C234F

Black with #2C234F

Text Example


Text Example

White with #2C234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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