#3894C5

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

Shades of Curious Blue #3894C5

Tints of Curious Blue #3894C5

Color information

#3894C5 (or 0x3894C5) is unknown color: approx Curious Blue. HEX triplet: 38, 94 and C5. RGB value is (56,148,197). Sum of RGB (Red+Green+Blue) = 56+148+197=401 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.97% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #3894C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3894C5 is #C76B3A. Grayscale: #7D7D7D. Windows color (decimal): -13069115 or 12948536. OLE color: 12948536.

HSL color Cylindrical-coordinate representation of color #3894C5: hue angle of 200.85º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3894C5 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB56148197-
CMYK0.720.2500.23
HSL200.85º55.73%49.61%-
HSV(B)200.85º71.57%77.25%-
XYZ22.326.0556.68-
YUV126.08168.0278.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.97%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 197 (77.34% from 255) = 49.13%
R=13.97%
G=36.91%
B=49.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561481970.720.2500.23200.8555.7349.61
Hex3894C54819017c93832
Octal70224305110310273117062
Binary111000100101001100010110010001100101011111001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3894C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3894C5; }

 p { color: rgb(56,148,197); }

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

<style>
 a { background-color: #3894C5; }

 a { background-color: rgb(56,148,197); }

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

<style>
 span { border-color: #3894C5; }

 span { border-color: rgb(56,148,197); }

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