Html Css Color HEX #2D295A Paua

📋 copy color: '#2D295A'

red 45 ◦ green 41 ◦ blue 90

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

Shades of Paua #2D295A

Tints of Paua #2D295A

RGB

 RED value IS 45 (17.97% from 255) = 25.57%

 GREEN value IS 41 (16.41% from 255) = 23.3%

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

R = 25.57%
G = 23.3%
B = 51.14%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D295A (or 0x2D295A) is known color: Paua. HEX triplet: 2D, 29 and 5A. RGB value is (45,41,90). Sum of RGB (Red+Green+Blue) = 45+41+90=176 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.57% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D295A is #D2D6A5. Grayscale: #2F2F2F. Windows color (decimal): -13817510 or 5908781. OLE color: 5908781.

HSL color Cylindrical-coordinate representation of color #2D295A: hue angle of 244.9º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D295A is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 41 90 -
CMYK 0.50 0.54 0 0.65
HSL 244.9º 0.37% 0.26% -
HSV(B) 244.9º 0.54% 0.35% -
XYZ 3.72 2.88 10.03 -
YUV 47.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 45 41 90 0.50 0.54 0 0.65 244.9 0.37 0.26
Hex 2D 29 5A 32 36 0 41 F5 25 1A
Octal 55 51 132 62 66 0 101 365 45 32
Binary 101101 101001 1011010 110010 110110 0 1000001 11110101 100101 11010

Color Harmonies of #2D295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D295A

Black with #2D295A

Text Example


Text Example

White with #2D295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,41,90); }

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

background-color css

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

 a { background-color: rgb(45,41,90); }

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

border-color css

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

 span { border-color: rgb(45,41,90); }

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