#2C84AF

Color #2C84AF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2C84AF

Tints of Curious Blue #2C84AF

Color information

#2C84AF (or 0x2C84AF) is unknown color: approx Curious Blue. HEX triplet: 2C, 84 and AF. RGB value is (44,132,175). Sum of RGB (Red+Green+Blue) = 44+132+175=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C84AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C84AF is #D37B50. Grayscale: #6E6E6E. Windows color (decimal): -13859665 or 11502636. OLE color: 11502636.

HSL color Cylindrical-coordinate representation of color #2C84AF: hue angle of 199.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C84AF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB44132175-
CMYK0.750.2500.31
HSL199.69º59.82%42.94%-
HSV(B)199.69º74.86%68.63%-
XYZ17.0320.1343.55-
YUV110.59164.3580.5-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.54%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=12.54%
G=37.61%
B=49.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441321750.750.2500.31199.6959.8242.94
Hex2C84AF4B1901Fc83c2b
Octal54204257113310373107453
Binary101100100001001010111110010111100101111111001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,132,175); }

 H1.HeaderClassName
 {
   color: #2C84AF;
 }
 .AnyTagClassName
 {
   color: #2C84AF;
 }
</style>
background-color css

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

 a { background-color: rgb(44,132,175); }

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

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

 span { border-color: rgb(44,132,175); }

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