#3895c5

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

Shades of Curious Blue #3895C5

Tints of Curious Blue #3895C5

Color information

#3895C5 (or 0x3895C5) is unknown color: approx Curious Blue. HEX triplet: 38, 95 and C5. RGB value is (56,149,197). Sum of RGB (Red+Green+Blue) = 56+149+197=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #3895C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3895C5 is #C76A3A. Grayscale: #7E7E7E. Windows color (decimal): -13068859 or 12948792. OLE color: 12948792.

HSL color Cylindrical-coordinate representation of color #3895C5: hue angle of 200.43º 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 #3895C5 is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB56149197-
CMYK0.720.2400.23
HSL200.43º55.73%49.61%-
HSV(B)200.43º71.57%77.25%-
XYZ22.4626.3756.73-
YUV126.66167.6977.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.93%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 197 (77.34% from 255) = 49.00%
R=13.93%
G=37.06%
B=49.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561491970.720.2400.23200.4355.7349.61
Hex3895C54818017c83832
Octal70225305110300273107062
Binary111000100101011100010110010001100001011111001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3895c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3895c5; }

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

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

<style>
 a { background-color: #3895c5; }

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

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

<style>
 span { border-color: #3895c5; }

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

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