Html Css Color HEX #2E697B Allports

📋 copy color: '#2E697B'

red 46 ◦ green 105 ◦ blue 123

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

Shades of Allports #2E697B

Tints of Allports #2E697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

 BLUE value IS 123 (48.44% from 255) = 44.89%

R = 16.79%
G = 38.32%
B = 44.89%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2E697B (or 0x2E697B) is known color: Allports. HEX triplet: 2E, 69 and 7B. RGB value is (46,105,123). Sum of RGB (Red+Green+Blue) = 46+105+123=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E697B is #D19684. Grayscale: #595959. Windows color (decimal): -13735557 or 8087854. OLE color: 8087854.

HSL color Cylindrical-coordinate representation of color #2E697B: hue angle of 194.03º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E697B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 105 123 -
CMYK 0.63 0.15 0 0.52
HSL 194.03º 0.46% 0.33% -
HSV(B) 194.03º 0.63% 0.48% -
XYZ 9.75 12.11 20.56 -
YUV 89.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 46 105 123 0.63 0.15 0 0.52 194.03 0.46 0.33
Hex 2E 69 7B 3F F 0 34 C2 2E 21
Octal 56 151 173 77 17 0 64 302 56 41
Binary 101110 1101001 1111011 111111 1111 0 110100 11000010 101110 100001

Color Harmonies of #2E697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E697B

Black with #2E697B

Text Example


Text Example

White with #2E697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,105,123); }

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

background-color css

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

 a { background-color: rgb(46,105,123); }

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

border-color css

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

 span { border-color: rgb(46,105,123); }

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