Html Css Color HEX #2E7BBC Curious Blue

📋 copy color: '#2E7BBC'

red 46 ◦ green 123 ◦ blue 188

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

Shades of Curious Blue #2E7BBC

Tints of Curious Blue #2E7BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 12.89%
G = 34.45%
B = 52.66%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E7BBC (or 0x2E7BBC) is known color: Curious Blue. HEX triplet: 2E, 7B and BC. RGB value is (46,123,188). Sum of RGB (Red+Green+Blue) = 46+123+188=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7BBC is #D18443. Grayscale: #6B6B6B. Windows color (decimal): -13730884 or 12352302. OLE color: 12352302.

HSL color Cylindrical-coordinate representation of color #2E7BBC: hue angle of 207.46º 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 #2E7BBC is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 123 188 -
CMYK 0.76 0.35 0 0.26
HSL 207.46º 0.61% 0.46% -
HSV(B) 207.46º 0.76% 0.74% -
XYZ 17.29 18.38 50.21 -
YUV 107.39 173.49 84.21 -
System Red Green Blue C M Y K H S L
Decimal 46 123 188 0.76 0.35 0 0.26 207.46 0.61 0.46
Hex 2E 7B BC 4C 23 0 1A CF 3D 2E
Octal 56 173 274 114 43 0 32 317 75 56
Binary 101110 1111011 10111100 1001100 100011 0 11010 11001111 111101 101110

Color Harmonies of #2E7BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7BBC

Black with #2E7BBC

Text Example


Text Example

White with #2E7BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,123,188); }

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

background-color css

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

 a { background-color: rgb(46,123,188); }

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

border-color css

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

 span { border-color: rgb(46,123,188); }

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