Html Css Color HEX #2E7AC0 Curious Blue

📋 copy color: '#2E7AC0'

red 46 ◦ green 122 ◦ blue 192

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

Shades of Curious Blue #2E7AC0

Tints of Curious Blue #2E7AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 192 (75.39% from 255) = 53.33%

R = 12.78%
G = 33.89%
B = 53.33%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E7AC0 (or 0x2E7AC0) is known color: Curious Blue. HEX triplet: 2E, 7A and C0. RGB value is (46,122,192). Sum of RGB (Red+Green+Blue) = 46+122+192=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #2E7AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7AC0 is #D1853F. Grayscale: #6A6A6A. Windows color (decimal): -13731136 or 12614190. OLE color: 12614190.

HSL color Cylindrical-coordinate representation of color #2E7AC0: hue angle of 208.77º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E7AC0 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 122 192 -
CMYK 0.76 0.36 0 0.25
HSL 208.77º 0.61% 0.47% -
HSV(B) 208.77º 0.76% 0.75% -
XYZ 17.6 18.31 52.47 -
YUV 107.26 175.82 84.31 -
System Red Green Blue C M Y K H S L
Decimal 46 122 192 0.76 0.36 0 0.25 208.77 0.61 0.47
Hex 2E 7A C0 4C 24 0 19 D1 3D 2F
Octal 56 172 300 114 44 0 31 321 75 57
Binary 101110 1111010 11000000 1001100 100100 0 11001 11010001 111101 101111

Color Harmonies of #2E7AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7AC0

Black with #2E7AC0

Text Example


Text Example

White with #2E7AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,122,192); }

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

background-color css

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

 a { background-color: rgb(46,122,192); }

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

border-color css

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

 span { border-color: rgb(46,122,192); }

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