#448CC8

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

Shades of Curious Blue #448CC8

Tints of Curious Blue #448CC8

Color information

#448CC8 (or 0x448CC8) is unknown color: approx Curious Blue. HEX triplet: 44, 8C and C8. RGB value is (68,140,200). Sum of RGB (Red+Green+Blue) = 68+140+200=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #448CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CC8 is #BB7337. Grayscale: #7D7D7D. Windows color (decimal): -12284728 or 13143108. OLE color: 13143108.

HSL color Cylindrical-coordinate representation of color #448CC8: hue angle of 207.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448CC8 is Cyan = 0.66, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB68140200-
CMYK0.660.300.22
HSL207.27º54.55%52.55%-
HSV(B)207.27º66%78.43%-
XYZ22.1924.1658.14-
YUV125.31170.1587.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.67%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 200 (78.52% from 255) = 49.02%
R=16.67%
G=34.31%
B=49.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681402000.660.300.22207.2754.5552.55
Hex448CC8421E016cf3735
Octal104214310102360263176765
Binary1000100100011001100100010000101111001011011001111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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