Html Css Color HEX #2E72BA Curious Blue

📋 copy color: '#2E72BA'

red 46 ◦ green 114 ◦ blue 186

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

Shades of Curious Blue #2E72BA

Tints of Curious Blue #2E72BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 13.29%
G = 32.95%
B = 53.76%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E72BA (or 0x2E72BA) is known color: Curious Blue. HEX triplet: 2E, 72 and BA. RGB value is (46,114,186). Sum of RGB (Red+Green+Blue) = 46+114+186=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E72BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E72BA is #D18D45. Grayscale: #656565. Windows color (decimal): -13733190 or 12218926. OLE color: 12218926.

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

Color convert

RGB 46 114 186 -
CMYK 0.75 0.39 0 0.27
HSL 210.86º 0.6% 0.45% -
HSV(B) 210.86º 0.75% 0.73% -
XYZ 16.01 16.16 48.73 -
YUV 101.88 175.47 88.15 -
System Red Green Blue C M Y K H S L
Decimal 46 114 186 0.75 0.39 0 0.27 210.86 0.6 0.45
Hex 2E 72 BA 4B 27 0 1B D3 3C 2D
Octal 56 162 272 113 47 0 33 323 74 55
Binary 101110 1110010 10111010 1001011 100111 0 11011 11010011 111100 101101

Color Harmonies of #2E72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E72BA

Black with #2E72BA

Text Example


Text Example

White with #2E72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,114,186); }

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

background-color css

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

 a { background-color: rgb(46,114,186); }

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

border-color css

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

 span { border-color: rgb(46,114,186); }

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