Html Css Color HEX #2E89BC Curious Blue

📋 copy color: '#2E89BC'

red 46 ◦ green 137 ◦ blue 188

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

Shades of Curious Blue #2E89BC

Tints of Curious Blue #2E89BC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

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

R = 12.4%
G = 36.93%
B = 50.67%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E89BC (or 0x2E89BC) is known color: Curious Blue. HEX triplet: 2E, 89 and BC. RGB value is (46,137,188). Sum of RGB (Red+Green+Blue) = 46+137+188=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E89BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89BC is #D17643. Grayscale: #737373. Windows color (decimal): -13727300 or 12355886. OLE color: 12355886.

HSL color Cylindrical-coordinate representation of color #2E89BC: hue angle of 201.55º 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 #2E89BC is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 137 188 -
CMYK 0.76 0.27 0 0.26
HSL 201.55º 0.61% 0.46% -
HSV(B) 201.55º 0.76% 0.74% -
XYZ 19.15 22.1 50.83 -
YUV 115.61 168.85 78.35 -
System Red Green Blue C M Y K H S L
Decimal 46 137 188 0.76 0.27 0 0.26 201.55 0.61 0.46
Hex 2E 89 BC 4C 1B 0 1A CA 3D 2E
Octal 56 211 274 114 33 0 32 312 75 56
Binary 101110 10001001 10111100 1001100 11011 0 11010 11001010 111101 101110

Color Harmonies of #2E89BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E89BC

Black with #2E89BC

Text Example


Text Example

White with #2E89BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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