#448DCC

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

Shades of Curious Blue #448DCC

Tints of Curious Blue #448DCC

Color information

#448DCC (or 0x448DCC) is unknown color: approx Curious Blue. HEX triplet: 44, 8D and CC. RGB value is (68,141,204). Sum of RGB (Red+Green+Blue) = 68+141+204=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #448DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DCC is #BB7233. Grayscale: #7E7E7E. Windows color (decimal): -12284468 or 13405508. OLE color: 13405508.

HSL color Cylindrical-coordinate representation of color #448DCC: hue angle of 207.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448DCC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB68141204-
CMYK0.670.3100.2
HSL207.79º57.14%53.33%-
HSV(B)207.79º66.67%80%-
XYZ22.8124.6460.68-
YUV126.35171.8286.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.46%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=16.46%
G=34.14%
B=49.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal681412040.670.3100.2207.7957.1453.33
Hex448DCC431F014d03935
Octal104215314103370243207165
Binary1000100100011011100110010000111111101010011010000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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