#448FBA

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

Shades of Curious Blue #448FBA

Tints of Curious Blue #448FBA

Color information

#448FBA (or 0x448FBA) is unknown color: approx Curious Blue. HEX triplet: 44, 8F and BA. RGB value is (68,143,186). Sum of RGB (Red+Green+Blue) = 68+143+186=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #448FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FBA is #BB7045. Grayscale: #7D7D7D. Windows color (decimal): -12283974 or 12226372. OLE color: 12226372.

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

Color convert

RGB68143186-
CMYK0.630.2300.27
HSL201.86º46.46%49.8%-
HSV(B)201.86º63.44%72.94%-
XYZ21.0724.4250.06-
YUV125.48162.1587-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.13%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=17.13%
G=36.02%
B=46.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681431860.630.2300.27201.8646.4649.8
Hex448FBA3F1701Bca2e32
Octal10421727277270333125662
Binary100010010001111101110101111111011101101111001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,143,186); }

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

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

 a { background-color: rgb(68,143,186); }

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

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

 span { border-color: rgb(68,143,186); }

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