Html Css Color HEX #2E535F Arapawa

📋 copy color: '#2E535F'

red 46 ◦ green 83 ◦ blue 95

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

Shades of Arapawa #2E535F

Tints of Arapawa #2E535F

RGB

 RED value IS 46 (18.36% from 255) = 20.54%

 GREEN value IS 83 (32.81% from 255) = 37.05%

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

R = 20.54%
G = 37.05%
B = 42.41%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2E535F (or 0x2E535F) is known color: Arapawa. HEX triplet: 2E, 53 and 5F. RGB value is (46,83,95). Sum of RGB (Red+Green+Blue) = 46+83+95=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #2E535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E535F is #D1ACA0. Grayscale: #494949. Windows color (decimal): -13741217 or 6247214. OLE color: 6247214.

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

Color convert

RGB 46 83 95 -
CMYK 0.52 0.13 0 0.63
HSL 194.69º 0.35% 0.28% -
HSV(B) 194.69º 0.52% 0.37% -
XYZ 6.29 7.59 11.96 -
YUV 73.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 46 83 95 0.52 0.13 0 0.63 194.69 0.35 0.28
Hex 2E 53 5F 34 D 0 3F C3 23 1C
Octal 56 123 137 64 15 0 77 303 43 34
Binary 101110 1010011 1011111 110100 1101 0 111111 11000011 100011 11100

Color Harmonies of #2E535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E535F

Black with #2E535F

Text Example


Text Example

White with #2E535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,95); }

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

background-color css

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

 a { background-color: rgb(46,83,95); }

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

border-color css

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

 span { border-color: rgb(46,83,95); }

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