Html Css Color HEX #2D485E Arapawa

📋 copy color: '#2D485E'

red 45 ◦ green 72 ◦ blue 94

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

Shades of Arapawa #2D485E

Tints of Arapawa #2D485E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 21.33%
G = 34.12%
B = 44.55%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D485E (or 0x2D485E) is known color: Arapawa. HEX triplet: 2D, 48 and 5E. RGB value is (45,72,94). Sum of RGB (Red+Green+Blue) = 45+72+94=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D485E is #D2B7A1. Grayscale: #424242. Windows color (decimal): -13809570 or 6178861. OLE color: 6178861.

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

Color convert

RGB 45 72 94 -
CMYK 0.52 0.23 0 0.63
HSL 206.94º 0.35% 0.27% -
HSV(B) 206.94º 0.52% 0.37% -
XYZ 5.42 6 11.46 -
YUV 66.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 45 72 94 0.52 0.23 0 0.63 206.94 0.35 0.27
Hex 2D 48 5E 34 17 0 3F CF 23 1B
Octal 55 110 136 64 27 0 77 317 43 33
Binary 101101 1001000 1011110 110100 10111 0 111111 11001111 100011 11011

Color Harmonies of #2D485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D485E

Black with #2D485E

Text Example


Text Example

White with #2D485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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