#2D254E

Color #2D254E Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #2D254E

Tints of Paua #2D254E

Color information

#2D254E (or 0x2D254E) is unknown color: approx Paua. HEX triplet: 2D, 25 and 4E. RGB value is (45,37,78). Sum of RGB (Red+Green+Blue) = 45+37+78=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D254E is #D2DAB1. Grayscale: #2B2B2B. Windows color (decimal): -13818546 or 5121325. OLE color: 5121325.

HSL color Cylindrical-coordinate representation of color #2D254E: hue angle of 251.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D254E is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB453778-
CMYK0.420.5300.69
HSL251.71º35.65%22.55%-
HSV(B)251.71º52.56%30.59%-
XYZ3.122.437.51-
YUV44.07147.15128.67-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=28.12%
G=23.12%
B=48.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4537780.420.5300.69251.7135.6522.55
Hex2D254E2A35045fc2417
Octal5545116526501053744427
Binary1011011001011001110101010110101010001011111110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,37,78); }

 H1.HeaderClassName
 {
   color: #2D254E;
 }
 .AnyTagClassName
 {
   color: #2D254E;
 }
</style>
background-color css

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

 a { background-color: rgb(45,37,78); }

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

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

 span { border-color: rgb(45,37,78); }

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