#39AFBE

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

Shades of Viking #39AFBE

Tints of Viking #39AFBE

Color information

#39AFBE (or 0x39AFBE) is unknown color: approx Viking. HEX triplet: 39, AF and BE. RGB value is (57,175,190). Sum of RGB (Red+Green+Blue) = 57+175+190=422 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.51% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #39AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39AFBE is #C65041. Grayscale: #8D8D8D. Windows color (decimal): -12996674 or 12496697. OLE color: 12496697.

HSL color Cylindrical-coordinate representation of color #39AFBE: hue angle of 186.77º 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 #39AFBE is Cyan = 0.7, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57175190-
CMYK0.70.0800.25
HSL186.77º53.85%48.43%-
HSV(B)186.77º70%74.51%-
XYZ26.3135.2554.13-
YUV141.43155.4167.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.51%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=13.51%
G=41.47%
B=45.02%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571751900.70.0800.25186.7753.8548.43
Hex39AFBE468019bb3630
Octal71257276106100312736660
Binary11100110101111101111101000110100001100110111011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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