Html Css Color HEX #2D2B57 Paua

📋 copy color: '#2D2B57'

red 45 ◦ green 43 ◦ blue 87

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

Shades of Paua #2D2B57

Tints of Paua #2D2B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.57%

 BLUE value IS 87 (34.38% from 255) = 49.71%

R = 25.71%
G = 24.57%
B = 49.71%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#2D2B57 (or 0x2D2B57) is known color: Paua. HEX triplet: 2D, 2B and 57. RGB value is (45,43,87). Sum of RGB (Red+Green+Blue) = 45+43+87=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #2D2B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2B57 is #D2D4A8. Grayscale: #303030. Windows color (decimal): -13817001 or 5712685. OLE color: 5712685.

HSL color Cylindrical-coordinate representation of color #2D2B57: hue angle of 242.73º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D2B57 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 45 43 87 -
CMYK 0.48 0.51 0 0.66
HSL 242.73º 0.34% 0.25% -
HSV(B) 242.73º 0.51% 0.34% -
XYZ 3.67 2.97 9.4 -
YUV 48.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 45 43 87 0.48 0.51 0 0.66 242.73 0.34 0.25
Hex 2D 2B 57 30 33 0 42 F3 22 19
Octal 55 53 127 60 63 0 102 363 42 31
Binary 101101 101011 1010111 110000 110011 0 1000010 11110011 100010 11001

Color Harmonies of #2D2B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2B57

Black with #2D2B57

Text Example


Text Example

White with #2D2B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,43,87); }

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

background-color css

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

 a { background-color: rgb(45,43,87); }

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

border-color css

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

 span { border-color: rgb(45,43,87); }

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