Html Css Color HEX #2E76CF Curious Blue

📋 copy color: '#2E76CF'

red 46 ◦ green 118 ◦ blue 207

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

Shades of Curious Blue #2E76CF

Tints of Curious Blue #2E76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.8%

R = 12.4%
G = 31.81%
B = 55.8%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E76CF (or 0x2E76CF) is known color: Curious Blue. HEX triplet: 2E, 76 and CF. RGB value is (46,118,207). Sum of RGB (Red+Green+Blue) = 46+118+207=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E76CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E76CF is #D18930. Grayscale: #6A6A6A. Windows color (decimal): -13732145 or 13596206. OLE color: 13596206.

HSL color Cylindrical-coordinate representation of color #2E76CF: hue angle of 213.17º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E76CF is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 118 207 -
CMYK 0.78 0.43 0 0.19
HSL 213.17º 0.64% 0.5% -
HSV(B) 213.17º 0.78% 0.81% -
XYZ 18.87 18.04 61.52 -
YUV 106.62 184.65 84.76 -
System Red Green Blue C M Y K H S L
Decimal 46 118 207 0.78 0.43 0 0.19 213.17 0.64 0.5
Hex 2E 76 CF 4E 2B 0 13 D5 40 32
Octal 56 166 317 116 53 0 23 325 100 62
Binary 101110 1110110 11001111 1001110 101011 0 10011 11010101 1000000 110010

Color Harmonies of #2E76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E76CF

Black with #2E76CF

Text Example


Text Example

White with #2E76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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