#4389C0

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

Shades of Curious Blue #4389C0

Tints of Curious Blue #4389C0

Color information

#4389C0 (or 0x4389C0) is unknown color: approx Curious Blue. HEX triplet: 43, 89 and C0. RGB value is (67,137,192). Sum of RGB (Red+Green+Blue) = 67+137+192=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #4389C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4389C0 is #BC763F. Grayscale: #7A7A7A. Windows color (decimal): -12351040 or 12618051. OLE color: 12618051.

HSL color Cylindrical-coordinate representation of color #4389C0: hue angle of 206.4º 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 #4389C0 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB67137192-
CMYK0.650.2900.25
HSL206.4º49.8%50.78%-
HSV(B)206.4º65.1%75.29%-
XYZ20.7722.8953.19-
YUV122.34167.3188.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.92%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 192 (75.39% from 255) = 48.48%
R=16.92%
G=34.60%
B=48.48%

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
Decimal671371920.650.2900.25206.449.850.78
Hex4389C0411D019ce3233
Octal103211300101350313166263
Binary1000011100010011100000010000011110101100111001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4389C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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