#3895bc

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

Shades of Curious Blue #3895BC

Tints of Curious Blue #3895BC

Color information

#3895BC (or 0x3895BC) is unknown color: approx Curious Blue. HEX triplet: 38, 95 and BC. RGB value is (56,149,188). Sum of RGB (Red+Green+Blue) = 56+149+188=393 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.25% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #3895BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3895BC is #C76A43. Grayscale: #7D7D7D. Windows color (decimal): -13068868 or 12358968. OLE color: 12358968.

HSL color Cylindrical-coordinate representation of color #3895BC: hue angle of 197.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3895BC is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB56149188-
CMYK0.700.2100.26
HSL197.73º54.1%47.84%-
HSV(B)197.73º70.21%73.73%-
XYZ21.4625.9751.46-
YUV125.64163.1978.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.25%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=14.25%
G=37.91%
B=47.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561491880.700.2100.26197.7354.147.84
Hex3895BC461501Ac63630
Octal70225274106250323066660
Binary111000100101011011110010001101010101101011000110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3895bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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