Html Css Color HEX #2C465F Arapawa

📋 copy color: '#2C465F'

red 44 ◦ green 70 ◦ blue 95

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

Shades of Arapawa #2C465F

Tints of Arapawa #2C465F

RGB

 RED value IS 44 (17.58% from 255) = 21.05%

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

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

R = 21.05%
G = 33.49%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C465F (or 0x2C465F) is known color: Arapawa. HEX triplet: 2C, 46 and 5F. RGB value is (44,70,95). Sum of RGB (Red+Green+Blue) = 44+70+95=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C465F is #D3B9A0. Grayscale: #404040. Windows color (decimal): -13875617 or 6243884. OLE color: 6243884.

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

Color convert

RGB 44 70 95 -
CMYK 0.54 0.26 0 0.63
HSL 209.41º 0.37% 0.27% -
HSV(B) 209.41º 0.54% 0.37% -
XYZ 5.29 5.74 11.66 -
YUV 65.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 44 70 95 0.54 0.26 0 0.63 209.41 0.37 0.27
Hex 2C 46 5F 36 1A 0 3F D1 25 1B
Octal 54 106 137 66 32 0 77 321 45 33
Binary 101100 1000110 1011111 110110 11010 0 111111 11010001 100101 11011

Color Harmonies of #2C465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C465F

Black with #2C465F

Text Example


Text Example

White with #2C465F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,70,95); }

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

background-color css

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

 a { background-color: rgb(44,70,95); }

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

border-color css

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

 span { border-color: rgb(44,70,95); }

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