#39BECD

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

Shades of Viking #39BECD

Tints of Viking #39BECD

Color information

#39BECD (or 0x39BECD) is unknown color: approx Viking. HEX triplet: 39, BE and CD. RGB value is (57,190,205). Sum of RGB (Red+Green+Blue) = 57+190+205=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #39BECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BECD is #C64132. Grayscale: #979797. Windows color (decimal): -12992819 or 13483577. OLE color: 13483577.

HSL color Cylindrical-coordinate representation of color #39BECD: hue angle of 186.08º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39BECD is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57190205-
CMYK0.720.0700.20
HSL186.08º59.68%51.37%-
HSV(B)186.08º72.2%80.39%-
XYZ31.1242.164.24-
YUV151.94157.9460.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.61%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 205 (80.47% from 255) = 45.35%
R=12.61%
G=42.04%
B=45.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571902050.720.0700.20186.0859.6851.37
Hex39BECD487014ba3c33
Octal7127631511070242727463
Binary1110011011111011001101100100011101010010111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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