Html Css Color HEX #2E8AC6 Curious Blue

📋 copy color: '#2E8AC6'

red 46 ◦ green 138 ◦ blue 198

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

Shades of Curious Blue #2E8AC6

Tints of Curious Blue #2E8AC6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 198 (77.73% from 255) = 51.83%

R = 12.04%
G = 36.13%
B = 51.83%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2E8AC6 (or 0x2E8AC6) is known color: Curious Blue. HEX triplet: 2E, 8A and C6. RGB value is (46,138,198). Sum of RGB (Red+Green+Blue) = 46+138+198=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #2E8AC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8AC6 is #D17539. Grayscale: #757575. Windows color (decimal): -13727034 or 13011502. OLE color: 13011502.

HSL color Cylindrical-coordinate representation of color #2E8AC6: hue angle of 203.68º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E8AC6 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 138 198 -
CMYK 0.77 0.30 0 0.22
HSL 203.68º 0.62% 0.48% -
HSV(B) 203.68º 0.77% 0.78% -
XYZ 20.41 22.84 56.76 -
YUV 117.33 173.52 77.12 -
System Red Green Blue C M Y K H S L
Decimal 46 138 198 0.77 0.30 0 0.22 203.68 0.62 0.48
Hex 2E 8A C6 4D 1E 0 16 CC 3E 30
Octal 56 212 306 115 36 0 26 314 76 60
Binary 101110 10001010 11000110 1001101 11110 0 10110 11001100 111110 110000

Color Harmonies of #2E8AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8AC6

Black with #2E8AC6

Text Example


Text Example

White with #2E8AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,138,198); }

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

background-color css

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

 a { background-color: rgb(46,138,198); }

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

border-color css

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

 span { border-color: rgb(46,138,198); }

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