Html Css Color HEX #2D465E Arapawa

📋 copy color: '#2D465E'

red 45 ◦ green 70 ◦ blue 94

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

Shades of Arapawa #2D465E

Tints of Arapawa #2D465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

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

R = 21.53%
G = 33.49%
B = 44.98%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2D465E (or 0x2D465E) is known color: Arapawa. HEX triplet: 2D, 46 and 5E. RGB value is (45,70,94). Sum of RGB (Red+Green+Blue) = 45+70+94=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #2D465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D465E is #D2B9A1. Grayscale: #414141. Windows color (decimal): -13810082 or 6178349. OLE color: 6178349.

HSL color Cylindrical-coordinate representation of color #2D465E: hue angle of 209.39º 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 #2D465E is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 70 94 -
CMYK 0.52 0.26 0 0.63
HSL 209.39º 0.35% 0.27% -
HSV(B) 209.39º 0.52% 0.37% -
XYZ 5.29 5.75 11.42 -
YUV 65.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 45 70 94 0.52 0.26 0 0.63 209.39 0.35 0.27
Hex 2D 46 5E 34 1A 0 3F D1 23 1B
Octal 55 106 136 64 32 0 77 321 43 33
Binary 101101 1000110 1011110 110100 11010 0 111111 11010001 100011 11011

Color Harmonies of #2D465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D465E

Black with #2D465E

Text Example


Text Example

White with #2D465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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