Html Css Color HEX #2E74B8 Curious Blue

📋 copy color: '#2E74B8'

red 46 ◦ green 116 ◦ blue 184

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

Shades of Curious Blue #2E74B8

Tints of Curious Blue #2E74B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.18%

R = 13.29%
G = 33.53%
B = 53.18%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2E74B8 (or 0x2E74B8) is known color: Curious Blue. HEX triplet: 2E, 74 and B8. RGB value is (46,116,184). Sum of RGB (Red+Green+Blue) = 46+116+184=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 184 (72.27% from 255 or 53.18% from 346); Max value from RGB is 184 - color contains mainly: blue. Hex color #2E74B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E74B8 is #D18B47. Grayscale: #666666. Windows color (decimal): -13732680 or 12088366. OLE color: 12088366.

HSL color Cylindrical-coordinate representation of color #2E74B8: hue angle of 209.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E74B8 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 116 184 -
CMYK 0.75 0.37 0 0.28
HSL 209.57º 0.6% 0.45% -
HSV(B) 209.57º 0.75% 0.72% -
XYZ 16.02 16.53 47.69 -
YUV 102.82 173.81 87.47 -
System Red Green Blue C M Y K H S L
Decimal 46 116 184 0.75 0.37 0 0.28 209.57 0.6 0.45
Hex 2E 74 B8 4B 25 0 1C D2 3C 2D
Octal 56 164 270 113 45 0 34 322 74 55
Binary 101110 1110100 10111000 1001011 100101 0 11100 11010010 111100 101101

Color Harmonies of #2E74B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E74B8

Black with #2E74B8

Text Example


Text Example

White with #2E74B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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