#3879AF

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

Shades of Curious Blue #3879AF

Tints of Curious Blue #3879AF

Color information

#3879AF (or 0x3879AF) is unknown color: approx Curious Blue. HEX triplet: 38, 79 and AF. RGB value is (56,121,175). Sum of RGB (Red+Green+Blue) = 56+121+175=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #3879AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3879AF is #C78650. Grayscale: #6B6B6B. Windows color (decimal): -13076049 or 11499832. OLE color: 11499832.

HSL color Cylindrical-coordinate representation of color #3879AF: hue angle of 207.23º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3879AF is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56121175-
CMYK0.680.3100.31
HSL207.23º51.52%45.29%-
HSV(B)207.23º68%68.63%-
XYZ16.2117.6143.1-
YUV107.72165.9791.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=15.91%
G=34.38%
B=49.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561211750.680.3100.31207.2351.5245.29
Hex3879AF441F01Fcf342d
Octal70171257104370373176455
Binary11100011110011010111110001001111101111111001111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3879AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3879AF; }

 p { color: rgb(56,121,175); }

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

<style>
 a { background-color: #3879AF; }

 a { background-color: rgb(56,121,175); }

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

<style>
 span { border-color: #3879AF; }

 span { border-color: rgb(56,121,175); }

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