Html Css Color HEX #2C7EBC Curious Blue

📋 copy color: '#2C7EBC'

red 44 ◦ green 126 ◦ blue 188

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

Shades of Curious Blue #2C7EBC

Tints of Curious Blue #2C7EBC

RGB

 RED value IS 44 (17.58% from 255) = 12.29%

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

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

R = 12.29%
G = 35.2%
B = 52.51%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C7EBC (or 0x2C7EBC) is known color: Curious Blue. HEX triplet: 2C, 7E and BC. RGB value is (44,126,188). Sum of RGB (Red+Green+Blue) = 44+126+188=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7EBC is #D38143. Grayscale: #6C6C6C. Windows color (decimal): -13861188 or 12353068. OLE color: 12353068.

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

Color convert

RGB 44 126 188 -
CMYK 0.77 0.33 0 0.26
HSL 205.83º 0.62% 0.45% -
HSV(B) 205.83º 0.77% 0.74% -
XYZ 17.58 19.09 50.33 -
YUV 108.55 172.83 81.96 -
System Red Green Blue C M Y K H S L
Decimal 44 126 188 0.77 0.33 0 0.26 205.83 0.62 0.45
Hex 2C 7E BC 4D 21 0 1A CE 3E 2D
Octal 54 176 274 115 41 0 32 316 76 55
Binary 101100 1111110 10111100 1001101 100001 0 11010 11001110 111110 101101

Color Harmonies of #2C7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7EBC

Black with #2C7EBC

Text Example


Text Example

White with #2C7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,126,188); }

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

background-color css

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

 a { background-color: rgb(44,126,188); }

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

border-color css

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

 span { border-color: rgb(44,126,188); }

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