Html Css Color HEX #2E8BBB Curious Blue

📋 copy color: '#2E8BBB'

red 46 ◦ green 139 ◦ blue 187

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

Shades of Curious Blue #2E8BBB

Tints of Curious Blue #2E8BBB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 12.37%
G = 37.37%
B = 50.27%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E8BBB (or 0x2E8BBB) is known color: Curious Blue. HEX triplet: 2E, 8B and BB. RGB value is (46,139,187). Sum of RGB (Red+Green+Blue) = 46+139+187=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E8BBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8BBB is #D17444. Grayscale: #747474. Windows color (decimal): -13726789 or 12290862. OLE color: 12290862.

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

Color convert

RGB 46 139 187 -
CMYK 0.75 0.26 0 0.27
HSL 200.43º 0.61% 0.46% -
HSV(B) 200.43º 0.75% 0.73% -
XYZ 19.33 22.63 50.36 -
YUV 116.67 167.69 77.6 -
System Red Green Blue C M Y K H S L
Decimal 46 139 187 0.75 0.26 0 0.27 200.43 0.61 0.46
Hex 2E 8B BB 4B 1A 0 1B C8 3D 2E
Octal 56 213 273 113 32 0 33 310 75 56
Binary 101110 10001011 10111011 1001011 11010 0 11011 11001000 111101 101110

Color Harmonies of #2E8BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8BBB

Black with #2E8BBB

Text Example


Text Example

White with #2E8BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,139,187); }

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

background-color css

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

 a { background-color: rgb(46,139,187); }

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

border-color css

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

 span { border-color: rgb(46,139,187); }

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