#448BC0

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

Shades of Curious Blue #448BC0

Tints of Curious Blue #448BC0

Color information

#448BC0 (or 0x448BC0) is unknown color: approx Curious Blue. HEX triplet: 44, 8B and C0. RGB value is (68,139,192). Sum of RGB (Red+Green+Blue) = 68+139+192=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #448BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BC0 is #BB743F. Grayscale: #7B7B7B. Windows color (decimal): -12284992 or 12618564. OLE color: 12618564.

HSL color Cylindrical-coordinate representation of color #448BC0: hue angle of 205.65º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #448BC0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68139192-
CMYK0.650.2800.25
HSL205.65º49.6%50.98%-
HSV(B)205.65º64.58%75.29%-
XYZ21.1323.553.29-
YUV123.81166.4888.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.04%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=17.04%
G=34.84%
B=48.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681391920.650.2800.25205.6549.650.98
Hex448BC0411C019ce3233
Octal104213300101340313166263
Binary1000100100010111100000010000011110001100111001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,192); }

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

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

 a { background-color: rgb(68,139,192); }

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

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

 span { border-color: rgb(68,139,192); }

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