#3889B4

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

Shades of Curious Blue #3889B4

Tints of Curious Blue #3889B4

Color information

#3889B4 (or 0x3889B4) is unknown color: approx Curious Blue. HEX triplet: 38, 89 and B4. RGB value is (56,137,180). Sum of RGB (Red+Green+Blue) = 56+137+180=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #3889B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3889B4 is #C7764B. Grayscale: #757575. Windows color (decimal): -13071948 or 11831608. OLE color: 11831608.

HSL color Cylindrical-coordinate representation of color #3889B4: hue angle of 200.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3889B4 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB56137180-
CMYK0.690.2400.29
HSL200.81º52.54%46.27%-
HSV(B)200.81º68.89%70.59%-
XYZ18.8122.0346.44-
YUV117.68163.1684-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.01%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=15.01%
G=36.73%
B=48.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561371800.690.2400.29200.8152.5446.27
Hex3889B4451801Dc9352e
Octal70211264105300353116556
Binary111000100010011011010010001011100001110111001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3889B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3889B4; }

 p { color: rgb(56,137,180); }

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

<style>
 a { background-color: #3889B4; }

 a { background-color: rgb(56,137,180); }

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

<style>
 span { border-color: #3889B4; }

 span { border-color: rgb(56,137,180); }

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