Html Css Color HEX #2E6B8E Astral

📋 copy color: '#2E6B8E'

red 46 ◦ green 107 ◦ blue 142

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

Shades of Astral #2E6B8E

Tints of Astral #2E6B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.27%

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 15.59%
G = 36.27%
B = 48.14%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2E6B8E (or 0x2E6B8E) is known color: Astral. HEX triplet: 2E, 6B and 8E. RGB value is (46,107,142). Sum of RGB (Red+Green+Blue) = 46+107+142=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E6B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6B8E is #D19471. Grayscale: #5C5C5C. Windows color (decimal): -13735026 or 9333550. OLE color: 9333550.

HSL color Cylindrical-coordinate representation of color #2E6B8E: hue angle of 201.88º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6B8E is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 46 107 142 -
CMYK 0.68 0.25 0 0.44
HSL 201.88º 0.51% 0.37% -
HSV(B) 201.88º 0.68% 0.56% -
XYZ 11.27 13.05 27.52 -
YUV 92.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 46 107 142 0.68 0.25 0 0.44 201.88 0.51 0.37
Hex 2E 6B 8E 44 19 0 2C CA 33 25
Octal 56 153 216 104 31 0 54 312 63 45
Binary 101110 1101011 10001110 1000100 11001 0 101100 11001010 110011 100101

Color Harmonies of #2E6B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6B8E

Black with #2E6B8E

Text Example


Text Example

White with #2E6B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,142); }

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

background-color css

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

 a { background-color: rgb(46,107,142); }

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

border-color css

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

 span { border-color: rgb(46,107,142); }

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