Html Css Color HEX #2C254A Paua

📋 copy color: '#2C254A'

red 44 ◦ green 37 ◦ blue 74

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

Shades of Paua #2C254A

Tints of Paua #2C254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 74 (29.3% from 255) = 47.74%

R = 28.39%
G = 23.87%
B = 47.74%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2C254A (or 0x2C254A) is known color: Paua. HEX triplet: 2C, 25 and 4A. RGB value is (44,37,74). Sum of RGB (Red+Green+Blue) = 44+37+74=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 74 (29.30% from 255 or 47.74% from 155); Max value from RGB is 74 - color contains mainly: blue. Hex color #2C254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C254A is #D3DAB5. Grayscale: #2B2B2B. Windows color (decimal): -13884086 or 4859180. OLE color: 4859180.

HSL color Cylindrical-coordinate representation of color #2C254A: hue angle of 251.35º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C254A is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 44 37 74 -
CMYK 0.41 0.50 0 0.71
HSL 251.35º 0.33% 0.22% -
HSV(B) 251.35º 0.5% 0.29% -
XYZ 2.94 2.35 6.78 -
YUV 43.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 44 37 74 0.41 0.50 0 0.71 251.35 0.33 0.22
Hex 2C 25 4A 29 32 0 47 FB 21 16
Octal 54 45 112 51 62 0 107 373 41 26
Binary 101100 100101 1001010 101001 110010 0 1000111 11111011 100001 10110

Color Harmonies of #2C254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C254A

Black with #2C254A

Text Example


Text Example

White with #2C254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,37,74); }

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

background-color css

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

 a { background-color: rgb(44,37,74); }

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

border-color css

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

 span { border-color: rgb(44,37,74); }

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