Html Css Color HEX #2E89CB Curious Blue

📋 copy color: '#2E89CB'

red 46 ◦ green 137 ◦ blue 203

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

Shades of Curious Blue #2E89CB

Tints of Curious Blue #2E89CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 11.92%
G = 35.49%
B = 52.59%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E89CB (or 0x2E89CB) is known color: Curious Blue. HEX triplet: 2E, 89 and CB. RGB value is (46,137,203). Sum of RGB (Red+Green+Blue) = 46+137+203=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E89CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E89CB is #D17634. Grayscale: #747474. Windows color (decimal): -13727285 or 13338926. OLE color: 13338926.

HSL color Cylindrical-coordinate representation of color #2E89CB: hue angle of 205.22º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E89CB is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 137 203 -
CMYK 0.77 0.33 0 0.20
HSL 205.22º 0.63% 0.49% -
HSV(B) 205.22º 0.77% 0.8% -
XYZ 20.85 22.78 59.8 -
YUV 117.32 176.35 77.13 -
System Red Green Blue C M Y K H S L
Decimal 46 137 203 0.77 0.33 0 0.20 205.22 0.63 0.49
Hex 2E 89 CB 4D 21 0 14 CD 3F 31
Octal 56 211 313 115 41 0 24 315 77 61
Binary 101110 10001001 11001011 1001101 100001 0 10100 11001101 111111 110001

Color Harmonies of #2E89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E89CB

Black with #2E89CB

Text Example


Text Example

White with #2E89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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