Html Css Color HEX #2C285A Paua

📋 copy color: '#2C285A'

red 44 ◦ green 40 ◦ blue 90

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

Shades of Paua #2C285A

Tints of Paua #2C285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 25.29%
G = 22.99%
B = 51.72%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C285A (or 0x2C285A) is known color: Paua. HEX triplet: 2C, 28 and 5A. RGB value is (44,40,90). Sum of RGB (Red+Green+Blue) = 44+40+90=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C285A is #D3D7A5. Grayscale: #2E2E2E. Windows color (decimal): -13883302 or 5908524. OLE color: 5908524.

HSL color Cylindrical-coordinate representation of color #2C285A: hue angle of 244.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C285A is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 40 90 -
CMYK 0.51 0.56 0 0.65
HSL 244.8º 0.38% 0.25% -
HSV(B) 244.8º 0.56% 0.35% -
XYZ 3.64 2.79 10.02 -
YUV 46.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 44 40 90 0.51 0.56 0 0.65 244.8 0.38 0.25
Hex 2C 28 5A 33 38 0 41 F5 26 19
Octal 54 50 132 63 70 0 101 365 46 31
Binary 101100 101000 1011010 110011 111000 0 1000001 11110101 100110 11001

Color Harmonies of #2C285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C285A

Black with #2C285A

Text Example


Text Example

White with #2C285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,40,90); }

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

background-color css

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

 a { background-color: rgb(44,40,90); }

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

border-color css

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

 span { border-color: rgb(44,40,90); }

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