Html Css Color HEX #2E77C1 Curious Blue

📋 copy color: '#2E77C1'

red 46 ◦ green 119 ◦ blue 193

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

Shades of Curious Blue #2E77C1

Tints of Curious Blue #2E77C1

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.24%

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

R = 12.85%
G = 33.24%
B = 53.91%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2E77C1 (or 0x2E77C1) is known color: Curious Blue. HEX triplet: 2E, 77 and C1. RGB value is (46,119,193). Sum of RGB (Red+Green+Blue) = 46+119+193=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E77C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77C1 is #D1883E. Grayscale: #696969. Windows color (decimal): -13731903 or 12678958. OLE color: 12678958.

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

Color convert

RGB 46 119 193 -
CMYK 0.76 0.38 0 0.24
HSL 210.2º 0.62% 0.47% -
HSV(B) 210.2º 0.76% 0.76% -
XYZ 17.35 17.62 52.94 -
YUV 105.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 46 119 193 0.76 0.38 0 0.24 210.2 0.62 0.47
Hex 2E 77 C1 4C 26 0 18 D2 3E 2F
Octal 56 167 301 114 46 0 30 322 76 57
Binary 101110 1110111 11000001 1001100 100110 0 11000 11010010 111110 101111

Color Harmonies of #2E77C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E77C1

Black with #2E77C1

Text Example


Text Example

White with #2E77C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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