Html Css Color HEX #2D555F Arapawa

📋 copy color: '#2D555F'

red 45 ◦ green 85 ◦ blue 95

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

Shades of Arapawa #2D555F

Tints of Arapawa #2D555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.78%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 20%
G = 37.78%
B = 42.22%

CMYK

 C value IS 0.53

 M value IS 0.11

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D555F (or 0x2D555F) is known color: Arapawa. HEX triplet: 2D, 55 and 5F. RGB value is (45,85,95). Sum of RGB (Red+Green+Blue) = 45+85+95=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #2D555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D555F is #D2AAA0. Grayscale: #4A4A4A. Windows color (decimal): -13806241 or 6247725. OLE color: 6247725.

HSL color Cylindrical-coordinate representation of color #2D555F: hue angle of 192º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2D555F is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 85 95 -
CMYK 0.53 0.11 0 0.63
HSL 192º 0.36% 0.27% -
HSV(B) 192º 0.53% 0.37% -
XYZ 6.4 7.88 12.01 -
YUV 74.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 45 85 95 0.53 0.11 0 0.63 192 0.36 0.27
Hex 2D 55 5F 35 B 0 3F C0 24 1B
Octal 55 125 137 65 13 0 77 300 44 33
Binary 101101 1010101 1011111 110101 1011 0 111111 11000000 100100 11011

Color Harmonies of #2D555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D555F

Black with #2D555F

Text Example


Text Example

White with #2D555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,85,95); }

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

background-color css

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

 a { background-color: rgb(45,85,95); }

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

border-color css

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

 span { border-color: rgb(45,85,95); }

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