Html Css Color HEX #2E76C1 Curious Blue

📋 copy color: '#2E76C1'

red 46 ◦ green 118 ◦ blue 193

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

Shades of Curious Blue #2E76C1

Tints of Curious Blue #2E76C1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.05%

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

R = 12.89%
G = 33.05%
B = 54.06%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2E76C1 (or 0x2E76C1) is known color: Curious Blue. HEX triplet: 2E, 76 and C1. RGB value is (46,118,193). Sum of RGB (Red+Green+Blue) = 46+118+193=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #2E76C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E76C1 is #D1893E. Grayscale: #686868. Windows color (decimal): -13732159 or 12678702. OLE color: 12678702.

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

Color convert

RGB 46 118 193 -
CMYK 0.76 0.39 0 0.24
HSL 210.61º 0.62% 0.47% -
HSV(B) 210.61º 0.76% 0.76% -
XYZ 17.23 17.39 52.9 -
YUV 105.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 46 118 193 0.76 0.39 0 0.24 210.61 0.62 0.47
Hex 2E 76 C1 4C 27 0 18 D3 3E 2F
Octal 56 166 301 114 47 0 30 323 76 57
Binary 101110 1110110 11000001 1001100 100111 0 11000 11010011 111110 101111

Color Harmonies of #2E76C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E76C1

Black with #2E76C1

Text Example


Text Example

White with #2E76C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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