#448ec1

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

Shades of Curious Blue #448EC1

Tints of Curious Blue #448EC1

Color information

#448EC1 (or 0x448EC1) is unknown color: approx Curious Blue. HEX triplet: 44, 8E and C1. RGB value is (68,142,193). Sum of RGB (Red+Green+Blue) = 68+142+193=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #448EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448EC1 is #BB713E. Grayscale: #7D7D7D. Windows color (decimal): -12284223 or 12684868. OLE color: 12684868.

HSL color Cylindrical-coordinate representation of color #448EC1: hue angle of 204.48º degrees, saturation: 0.5, 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 #448EC1 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68142193-
CMYK0.650.2600.24
HSL204.48º50.2%51.18%-
HSV(B)204.48º64.77%75.69%-
XYZ21.6824.4354.02-
YUV125.69165.9886.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.87%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 193 (75.78% from 255) = 47.89%
R=16.87%
G=35.24%
B=47.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681421930.650.2600.24204.4850.251.18
Hex448EC1411A018cc3233
Octal104216301101320303146263
Binary1000100100011101100000110000011101001100011001100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,142,193); }

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

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

 a { background-color: rgb(68,142,193); }

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

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

 span { border-color: rgb(68,142,193); }

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