#39A7BE

Color #39A7BE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #39A7BE

Tints of Viking #39A7BE

Color information

#39A7BE (or 0x39A7BE) is unknown color: approx Viking. HEX triplet: 39, A7 and BE. RGB value is (57,167,190). Sum of RGB (Red+Green+Blue) = 57+167+190=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #39A7BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39A7BE is #C65841. Grayscale: #888888. Windows color (decimal): -12998722 or 12494649. OLE color: 12494649.

HSL color Cylindrical-coordinate representation of color #39A7BE: hue angle of 190.38º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39A7BE is Cyan = 0.7, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57167190-
CMYK0.70.1200.25
HSL190.38º53.85%48.43%-
HSV(B)190.38º70%74.51%-
XYZ24.832.2253.63-
YUV136.73158.0671.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.77%
GREEN value IS 167 (65.62% from 255) = 40.34%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=13.77%
G=40.34%
B=45.89%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571671900.70.1200.25190.3853.8548.43
Hex39A7BE46C019be3630
Octal71247276106140312766660
Binary11100110100111101111101000110110001100110111110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A7BE; }

 p { color: rgb(57,167,190); }

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

<style>
 a { background-color: #39A7BE; }

 a { background-color: rgb(57,167,190); }

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

<style>
 span { border-color: #39A7BE; }

 span { border-color: rgb(57,167,190); }

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