Html Css Color HEX #2B604E Evening Sea

📋 copy color: '#2B604E'

red 43 ◦ green 96 ◦ blue 78

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

Shades of Evening Sea #2B604E

Tints of Evening Sea #2B604E

RGB

 RED value IS 43 (17.19% from 255) = 19.82%

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 19.82%
G = 44.24%
B = 35.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2B604E (or 0x2B604E) is known color: Evening Sea. HEX triplet: 2B, 60 and 4E. RGB value is (43,96,78). Sum of RGB (Red+Green+Blue) = 43+96+78=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #2B604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B604E is #D49FB1. Grayscale: #4E4E4E. Windows color (decimal): -13934514 or 5136427. OLE color: 5136427.

HSL color Cylindrical-coordinate representation of color #2B604E: hue angle of 159.62º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B604E is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 96 78 -
CMYK 0.55 0 0.19 0.62
HSL 159.62º 0.38% 0.27% -
HSV(B) 159.62º 0.55% 0.38% -
XYZ 6.55 9.43 8.68 -
YUV 78.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 43 96 78 0.55 0 0.19 0.62 159.62 0.38 0.27
Hex 2B 60 4E 37 0 13 3E A0 26 1B
Octal 53 140 116 67 0 23 76 240 46 33
Binary 101011 1100000 1001110 110111 0 10011 111110 10100000 100110 11011

Color Harmonies of #2B604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B604E

Black with #2B604E

Text Example


Text Example

White with #2B604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,78); }

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

background-color css

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

 a { background-color: rgb(43,96,78); }

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

border-color css

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

 span { border-color: rgb(43,96,78); }

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