Html Css Color HEX #2D485B Arapawa

📋 copy color: '#2D485B'

red 45 ◦ green 72 ◦ blue 91

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

Shades of Arapawa #2D485B

Tints of Arapawa #2D485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 21.63%
G = 34.62%
B = 43.75%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2D485B (or 0x2D485B) is known color: Arapawa. HEX triplet: 2D, 48 and 5B. RGB value is (45,72,91). Sum of RGB (Red+Green+Blue) = 45+72+91=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D485B is #D2B7A4. Grayscale: #414141. Windows color (decimal): -13809573 or 5982253. OLE color: 5982253.

HSL color Cylindrical-coordinate representation of color #2D485B: hue angle of 204.78º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D485B is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 72 91 -
CMYK 0.51 0.21 0 0.64
HSL 204.78º 0.34% 0.27% -
HSV(B) 204.78º 0.51% 0.36% -
XYZ 5.29 5.95 10.77 -
YUV 66.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 45 72 91 0.51 0.21 0 0.64 204.78 0.34 0.27
Hex 2D 48 5B 33 15 0 40 CD 22 1B
Octal 55 110 133 63 25 0 100 315 42 33
Binary 101101 1001000 1011011 110011 10101 0 1000000 11001101 100010 11011

Color Harmonies of #2D485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D485B

Black with #2D485B

Text Example


Text Example

White with #2D485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,72,91); }

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

background-color css

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

 a { background-color: rgb(45,72,91); }

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

border-color css

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

 span { border-color: rgb(45,72,91); }

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