#448ABE

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

Shades of Curious Blue #448ABE

Tints of Curious Blue #448ABE

Color information

#448ABE (or 0x448ABE) is unknown color: approx Curious Blue. HEX triplet: 44, 8A and BE. RGB value is (68,138,190). Sum of RGB (Red+Green+Blue) = 68+138+190=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #448ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ABE is #BB7541. Grayscale: #7A7A7A. Windows color (decimal): -12285250 or 12487236. OLE color: 12487236.

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

Color convert

RGB68138190-
CMYK0.640.2700.25
HSL205.57º48.41%50.59%-
HSV(B)205.57º64.21%74.51%-
XYZ20.7723.1252.08-
YUV123165.8188.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.17%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=17.17%
G=34.85%
B=47.98%

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
Decimal681381900.640.2700.25205.5748.4150.59
Hex448ABE401B019ce3033
Octal104212276100330313166063
Binary1000100100010101011111010000001101101100111001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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