Html Css Color HEX #2E4C60 Arapawa

📋 copy color: '#2E4C60'

red 46 ◦ green 76 ◦ blue 96

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

Shades of Arapawa #2E4C60

Tints of Arapawa #2E4C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

 BLUE value IS 96 (37.89% from 255) = 44.04%

R = 21.1%
G = 34.86%
B = 44.04%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E4C60 (or 0x2E4C60) is known color: Arapawa. HEX triplet: 2E, 4C and 60. RGB value is (46,76,96). Sum of RGB (Red+Green+Blue) = 46+76+96=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C60 is #D1B39F. Grayscale: #454545. Windows color (decimal): -13743008 or 6310958. OLE color: 6310958.

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

Color convert

RGB 46 76 96 -
CMYK 0.52 0.21 0 0.62
HSL 204º 0.35% 0.28% -
HSV(B) 204º 0.52% 0.38% -
XYZ 5.82 6.59 12.03 -
YUV 69.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 46 76 96 0.52 0.21 0 0.62 204 0.35 0.28
Hex 2E 4C 60 34 15 0 3E CC 23 1C
Octal 56 114 140 64 25 0 76 314 43 34
Binary 101110 1001100 1100000 110100 10101 0 111110 11001100 100011 11100

Color Harmonies of #2E4C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C60

Black with #2E4C60

Text Example


Text Example

White with #2E4C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,76,96); }

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

background-color css

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

 a { background-color: rgb(46,76,96); }

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

border-color css

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

 span { border-color: rgb(46,76,96); }

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