#448ACB

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

Shades of Curious Blue #448ACB

Tints of Curious Blue #448ACB

Color information

#448ACB (or 0x448ACB) is unknown color: approx Curious Blue. HEX triplet: 44, 8A and CB. RGB value is (68,138,203). Sum of RGB (Red+Green+Blue) = 68+138+203=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #448ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ACB is #BB7534. Grayscale: #7C7C7C. Windows color (decimal): -12285237 or 13339204. OLE color: 13339204.

HSL color Cylindrical-coordinate representation of color #448ACB: hue angle of 208.89º degrees, saturation: 0.56, 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 #448ACB is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68138203-
CMYK0.670.3200.20
HSL208.89º56.49%53.14%-
HSV(B)208.89º66.5%79.61%-
XYZ22.2523.7259.91-
YUV124.48172.3187.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.63%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 203 (79.69% from 255) = 49.63%
R=16.63%
G=33.74%
B=49.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681382030.670.3200.20208.8956.4953.14
Hex448ACB4320014d13835
Octal104212313103400243217065
Binary10001001000101011001011100001110000001010011010001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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