#4388C0

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

Shades of Curious Blue #4388C0

Tints of Curious Blue #4388C0

Color information

#4388C0 (or 0x4388C0) is unknown color: approx Curious Blue. HEX triplet: 43, 88 and C0. RGB value is (67,136,192). Sum of RGB (Red+Green+Blue) = 67+136+192=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #4388C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4388C0 is #BC773F. Grayscale: #797979. Windows color (decimal): -12351296 or 12617795. OLE color: 12617795.

HSL color Cylindrical-coordinate representation of color #4388C0: hue angle of 206.88º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4388C0 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB67136192-
CMYK0.650.2900.25
HSL206.88º49.8%50.78%-
HSV(B)206.88º65.1%75.29%-
XYZ20.6322.6153.15-
YUV121.75167.6488.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.96%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=16.96%
G=34.43%
B=48.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671361920.650.2900.25206.8849.850.78
Hex4388C0411D019cf3233
Octal103210300101350313176263
Binary1000011100010001100000010000011110101100111001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4388C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4388C0; }

 p { color: rgb(67,136,192); }

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

<style>
 a { background-color: #4388C0; }

 a { background-color: rgb(67,136,192); }

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

<style>
 span { border-color: #4388C0; }

 span { border-color: rgb(67,136,192); }

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