Html Css Color HEX #2C76BE Curious Blue

📋 copy color: '#2C76BE'

red 44 ◦ green 118 ◦ blue 190

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

Shades of Curious Blue #2C76BE

Tints of Curious Blue #2C76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 12.5%
G = 33.52%
B = 53.98%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C76BE (or 0x2C76BE) is known color: Curious Blue. HEX triplet: 2C, 76 and BE. RGB value is (44,118,190). Sum of RGB (Red+Green+Blue) = 44+118+190=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C76BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C76BE is #D38941. Grayscale: #676767. Windows color (decimal): -13863234 or 12482092. OLE color: 12482092.

HSL color Cylindrical-coordinate representation of color #2C76BE: hue angle of 209.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C76BE is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 118 190 -
CMYK 0.77 0.38 0 0.25
HSL 209.59º 0.62% 0.46% -
HSV(B) 209.59º 0.77% 0.75% -
XYZ 16.81 17.21 51.15 -
YUV 104.08 176.48 85.15 -
System Red Green Blue C M Y K H S L
Decimal 44 118 190 0.77 0.38 0 0.25 209.59 0.62 0.46
Hex 2C 76 BE 4D 26 0 19 D2 3E 2E
Octal 54 166 276 115 46 0 31 322 76 56
Binary 101100 1110110 10111110 1001101 100110 0 11001 11010010 111110 101110

Color Harmonies of #2C76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C76BE

Black with #2C76BE

Text Example


Text Example

White with #2C76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,118,190); }

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

background-color css

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

 a { background-color: rgb(44,118,190); }

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

border-color css

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

 span { border-color: rgb(44,118,190); }

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