#448CC1

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

Shades of Curious Blue #448CC1

Tints of Curious Blue #448CC1

Color information

#448CC1 (or 0x448CC1) is unknown color: approx Curious Blue. HEX triplet: 44, 8C and C1. RGB value is (68,140,193). Sum of RGB (Red+Green+Blue) = 68+140+193=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #448CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CC1 is #BB733E. Grayscale: #7C7C7C. Windows color (decimal): -12284735 or 12684356. OLE color: 12684356.

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

Color convert

RGB68140193-
CMYK0.650.2700.24
HSL205.44º50.2%51.18%-
HSV(B)205.44º64.77%75.69%-
XYZ21.3923.8453.93-
YUV124.51166.6587.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.96%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 193 (75.78% from 255) = 48.13%
R=16.96%
G=34.91%
B=48.13%

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
Decimal681401930.650.2700.24205.4450.251.18
Hex448CC1411B018cd3233
Octal104214301101330303156263
Binary1000100100011001100000110000011101101100011001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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