Html Css Color HEX #2E74BE Curious Blue

📋 copy color: '#2E74BE'

red 46 ◦ green 116 ◦ blue 190

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

Shades of Curious Blue #2E74BE

Tints of Curious Blue #2E74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 13.07%
G = 32.95%
B = 53.98%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2E74BE (or 0x2E74BE) is known color: Curious Blue. HEX triplet: 2E, 74 and BE. RGB value is (46,116,190). Sum of RGB (Red+Green+Blue) = 46+116+190=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E74BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E74BE is #D18B41. Grayscale: #676767. Windows color (decimal): -13732674 or 12481582. OLE color: 12481582.

HSL color Cylindrical-coordinate representation of color #2E74BE: hue angle of 210.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E74BE is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 116 190 -
CMYK 0.76 0.39 0 0.25
HSL 210.83º 0.61% 0.46% -
HSV(B) 210.83º 0.76% 0.75% -
XYZ 16.67 16.79 51.08 -
YUV 103.51 176.81 86.98 -
System Red Green Blue C M Y K H S L
Decimal 46 116 190 0.76 0.39 0 0.25 210.83 0.61 0.46
Hex 2E 74 BE 4C 27 0 19 D3 3D 2E
Octal 56 164 276 114 47 0 31 323 75 56
Binary 101110 1110100 10111110 1001100 100111 0 11001 11010011 111101 101110

Color Harmonies of #2E74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E74BE

Black with #2E74BE

Text Example


Text Example

White with #2E74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,116,190); }

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

background-color css

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

 a { background-color: rgb(46,116,190); }

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

border-color css

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

 span { border-color: rgb(46,116,190); }

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