Html Css Color HEX #2E4A62 Arapawa

📋 copy color: '#2E4A62'

red 46 ◦ green 74 ◦ blue 98

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

Shades of Arapawa #2E4A62

Tints of Arapawa #2E4A62

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.94%

 BLUE value IS 98 (38.67% from 255) = 44.95%

R = 21.1%
G = 33.94%
B = 44.95%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E4A62 (or 0x2E4A62) is known color: Arapawa. HEX triplet: 2E, 4A and 62. RGB value is (46,74,98). Sum of RGB (Red+Green+Blue) = 46+74+98=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E4A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A62 is #D1B59D. Grayscale: #444444. Windows color (decimal): -13743518 or 6441518. OLE color: 6441518.

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

Color convert

RGB 46 74 98 -
CMYK 0.53 0.24 0 0.62
HSL 207.69º 0.36% 0.28% -
HSV(B) 207.69º 0.53% 0.38% -
XYZ 5.78 6.36 12.48 -
YUV 68.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 46 74 98 0.53 0.24 0 0.62 207.69 0.36 0.28
Hex 2E 4A 62 35 18 0 3E D0 24 1C
Octal 56 112 142 65 30 0 76 320 44 34
Binary 101110 1001010 1100010 110101 11000 0 111110 11010000 100100 11100

Color Harmonies of #2E4A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A62

Black with #2E4A62

Text Example


Text Example

White with #2E4A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,74,98); }

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

background-color css

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

 a { background-color: rgb(46,74,98); }

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

border-color css

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

 span { border-color: rgb(46,74,98); }

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