Html Css Color HEX #2E7EBD Curious Blue

📋 copy color: '#2E7EBD'

red 46 ◦ green 126 ◦ blue 189

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

Shades of Curious Blue #2E7EBD

Tints of Curious Blue #2E7EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 12.74%
G = 34.9%
B = 52.35%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E7EBD (or 0x2E7EBD) is known color: Curious Blue. HEX triplet: 2E, 7E and BD. RGB value is (46,126,189). Sum of RGB (Red+Green+Blue) = 46+126+189=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E7EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7EBD is #D18142. Grayscale: #6C6C6C. Windows color (decimal): -13730115 or 12418606. OLE color: 12418606.

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

Color convert

RGB 46 126 189 -
CMYK 0.76 0.33 0 0.26
HSL 206.43º 0.61% 0.46% -
HSV(B) 206.43º 0.76% 0.74% -
XYZ 17.77 19.18 50.91 -
YUV 109.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 46 126 189 0.76 0.33 0 0.26 206.43 0.61 0.46
Hex 2E 7E BD 4C 21 0 1A CE 3D 2E
Octal 56 176 275 114 41 0 32 316 75 56
Binary 101110 1111110 10111101 1001100 100001 0 11010 11001110 111101 101110

Color Harmonies of #2E7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7EBD

Black with #2E7EBD

Text Example


Text Example

White with #2E7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,126,189); }

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

background-color css

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

 a { background-color: rgb(46,126,189); }

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

border-color css

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

 span { border-color: rgb(46,126,189); }

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