Html Css Color HEX #2E91C1 Curious Blue

📋 copy color: '#2E91C1'

red 46 ◦ green 145 ◦ blue 193

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

Shades of Curious Blue #2E91C1

Tints of Curious Blue #2E91C1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 11.98%
G = 37.76%
B = 50.26%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2E91C1 (or 0x2E91C1) is known color: Curious Blue. HEX triplet: 2E, 91 and C1. RGB value is (46,145,193). Sum of RGB (Red+Green+Blue) = 46+145+193=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E91C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E91C1 is #D16E3E. Grayscale: #787878. Windows color (decimal): -13725247 or 12685614. OLE color: 12685614.

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

Color convert

RGB 46 145 193 -
CMYK 0.76 0.25 0 0.24
HSL 199.59º 0.62% 0.47% -
HSV(B) 199.59º 0.76% 0.76% -
XYZ 20.88 24.68 54.12 -
YUV 120.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 46 145 193 0.76 0.25 0 0.24 199.59 0.62 0.47
Hex 2E 91 C1 4C 19 0 18 C8 3E 2F
Octal 56 221 301 114 31 0 30 310 76 57
Binary 101110 10010001 11000001 1001100 11001 0 11000 11001000 111110 101111

Color Harmonies of #2E91C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E91C1

Black with #2E91C1

Text Example


Text Example

White with #2E91C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,193); }

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

background-color css

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

 a { background-color: rgb(46,145,193); }

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

border-color css

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

 span { border-color: rgb(46,145,193); }

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