Html Css Color HEX #2C72BD Curious Blue

📋 copy color: '#2C72BD'

red 44 ◦ green 114 ◦ blue 189

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

Shades of Curious Blue #2C72BD

Tints of Curious Blue #2C72BD

RGB

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

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

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

R = 12.68%
G = 32.85%
B = 54.47%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C72BD (or 0x2C72BD) is known color: Curious Blue. HEX triplet: 2C, 72 and BD. RGB value is (44,114,189). Sum of RGB (Red+Green+Blue) = 44+114+189=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C72BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C72BD is #D38D42. Grayscale: #656565. Windows color (decimal): -13864259 or 12415532. OLE color: 12415532.

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

Color convert

RGB 44 114 189 -
CMYK 0.77 0.40 0 0.26
HSL 211.03º 0.62% 0.46% -
HSV(B) 211.03º 0.77% 0.74% -
XYZ 16.24 16.24 50.42 -
YUV 101.62 177.31 86.9 -
System Red Green Blue C M Y K H S L
Decimal 44 114 189 0.77 0.40 0 0.26 211.03 0.62 0.46
Hex 2C 72 BD 4D 28 0 1A D3 3E 2E
Octal 54 162 275 115 50 0 32 323 76 56
Binary 101100 1110010 10111101 1001101 101000 0 11010 11010011 111110 101110

Color Harmonies of #2C72BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C72BD

Black with #2C72BD

Text Example


Text Example

White with #2C72BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,114,189); }

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

background-color css

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

 a { background-color: rgb(44,114,189); }

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

border-color css

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

 span { border-color: rgb(44,114,189); }

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