Html Css Color HEX #2E7ABC Curious Blue

📋 copy color: '#2E7ABC'

red 46 ◦ green 122 ◦ blue 188

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

Shades of Curious Blue #2E7ABC

Tints of Curious Blue #2E7ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 12.92%
G = 34.27%
B = 52.81%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E7ABC (or 0x2E7ABC) is known color: Curious Blue. HEX triplet: 2E, 7A and BC. RGB value is (46,122,188). Sum of RGB (Red+Green+Blue) = 46+122+188=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7ABC is #D18543. Grayscale: #6A6A6A. Windows color (decimal): -13731140 or 12352046. OLE color: 12352046.

HSL color Cylindrical-coordinate representation of color #2E7ABC: hue angle of 207.89º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E7ABC is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 122 188 -
CMYK 0.76 0.35 0 0.26
HSL 207.89º 0.61% 0.46% -
HSV(B) 207.89º 0.76% 0.74% -
XYZ 17.16 18.13 50.17 -
YUV 106.8 173.82 84.63 -
System Red Green Blue C M Y K H S L
Decimal 46 122 188 0.76 0.35 0 0.26 207.89 0.61 0.46
Hex 2E 7A BC 4C 23 0 1A D0 3D 2E
Octal 56 172 274 114 43 0 32 320 75 56
Binary 101110 1111010 10111100 1001100 100011 0 11010 11010000 111101 101110

Color Harmonies of #2E7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7ABC

Black with #2E7ABC

Text Example


Text Example

White with #2E7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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