#448DC2

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

Shades of Curious Blue #448DC2

Tints of Curious Blue #448DC2

Color information

#448DC2 (or 0x448DC2) is unknown color: approx Curious Blue. HEX triplet: 44, 8D and C2. RGB value is (68,141,194). Sum of RGB (Red+Green+Blue) = 68+141+194=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #448DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DC2 is #BB723D. Grayscale: #7C7C7C. Windows color (decimal): -12284478 or 12750148. OLE color: 12750148.

HSL color Cylindrical-coordinate representation of color #448DC2: hue angle of 205.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448DC2 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68141194-
CMYK0.650.2700.24
HSL205.24º50.81%51.37%-
HSV(B)205.24º64.95%76.08%-
XYZ21.6524.1754.56-
YUV125.21166.8287.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.87%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 194 (76.17% from 255) = 48.14%
R=16.87%
G=34.99%
B=48.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681411940.650.2700.24205.2450.8151.37
Hex448DC2411B018cd3333
Octal104215302101330303156363
Binary1000100100011011100001010000011101101100011001101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448DC2; }

 p { color: rgb(68,141,194); }

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

<style>
 a { background-color: #448DC2; }

 a { background-color: rgb(68,141,194); }

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

<style>
 span { border-color: #448DC2; }

 span { border-color: rgb(68,141,194); }

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