#3894C8

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

Shades of Curious Blue #3894C8

Tints of Curious Blue #3894C8

Color information

#3894C8 (or 0x3894C8) is unknown color: approx Curious Blue. HEX triplet: 38, 94 and C8. RGB value is (56,148,200). Sum of RGB (Red+Green+Blue) = 56+148+200=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #3894C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3894C8 is #C76B37. Grayscale: #7E7E7E. Windows color (decimal): -13069112 or 13145144. OLE color: 13145144.

HSL color Cylindrical-coordinate representation of color #3894C8: hue angle of 201.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3894C8 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56148200-
CMYK0.720.2600.22
HSL201.67º56.69%50.2%-
HSV(B)201.67º72%78.43%-
XYZ22.6526.1958.51-
YUV126.42169.5277.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.86%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 200 (78.52% from 255) = 49.50%
R=13.86%
G=36.63%
B=49.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561482000.720.2600.22201.6756.6950.2
Hex3894C8481A016ca3932
Octal70224310110320263127162
Binary111000100101001100100010010001101001011011001010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3894C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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