#448BBE

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

Shades of Curious Blue #448BBE

Tints of Curious Blue #448BBE

Color information

#448BBE (or 0x448BBE) is unknown color: approx Curious Blue. HEX triplet: 44, 8B and BE. RGB value is (68,139,190). Sum of RGB (Red+Green+Blue) = 68+139+190=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #448BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BBE is #BB7441. Grayscale: #7B7B7B. Windows color (decimal): -12284994 or 12487492. OLE color: 12487492.

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

Color convert

RGB68139190-
CMYK0.640.2700.25
HSL205.08º48.41%50.59%-
HSV(B)205.08º64.21%74.51%-
XYZ20.9123.4152.13-
YUV123.58165.4888.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.13%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=17.13%
G=35.01%
B=47.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681391900.640.2700.25205.0848.4150.59
Hex448BBE401B019cd3033
Octal104213276100330313156063
Binary1000100100010111011111010000001101101100111001101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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