Html Css Color HEX #2E4B62 Arapawa

📋 copy color: '#2E4B62'

red 46 ◦ green 75 ◦ blue 98

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

Shades of Arapawa #2E4B62

Tints of Arapawa #2E4B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.25%

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

R = 21%
G = 34.25%
B = 44.75%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E4B62 (or 0x2E4B62) is known color: Arapawa. HEX triplet: 2E, 4B and 62. RGB value is (46,75,98). Sum of RGB (Red+Green+Blue) = 46+75+98=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E4B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4B62 is #D1B49D. Grayscale: #444444. Windows color (decimal): -13743262 or 6441774. OLE color: 6441774.

HSL color Cylindrical-coordinate representation of color #2E4B62: hue angle of 206.54º 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 #2E4B62 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 75 98 -
CMYK 0.53 0.23 0 0.62
HSL 206.54º 0.36% 0.28% -
HSV(B) 206.54º 0.53% 0.38% -
XYZ 5.85 6.49 12.5 -
YUV 68.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 46 75 98 0.53 0.23 0 0.62 206.54 0.36 0.28
Hex 2E 4B 62 35 17 0 3E CF 24 1C
Octal 56 113 142 65 27 0 76 317 44 34
Binary 101110 1001011 1100010 110101 10111 0 111110 11001111 100100 11100

Color Harmonies of #2E4B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B62

Black with #2E4B62

Text Example


Text Example

White with #2E4B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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