#448CB9

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

Shades of Curious Blue #448CB9

Tints of Curious Blue #448CB9

Color information

#448CB9 (or 0x448CB9) is unknown color: approx Curious Blue. HEX triplet: 44, 8C and B9. RGB value is (68,140,185). Sum of RGB (Red+Green+Blue) = 68+140+185=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #448CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CB9 is #BB7346. Grayscale: #7B7B7B. Windows color (decimal): -12284743 or 12160068. OLE color: 12160068.

HSL color Cylindrical-coordinate representation of color #448CB9: hue angle of 203.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448CB9 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68140185-
CMYK0.630.2400.27
HSL203.08º46.25%49.61%-
HSV(B)203.08º63.24%72.55%-
XYZ20.5223.4949.35-
YUV123.6162.6588.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=17.30%
G=35.62%
B=47.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681401850.630.2400.27203.0846.2549.61
Hex448CB93F1801Bcb2e32
Octal10421427177300333135662
Binary100010010001100101110011111111100001101111001011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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