#3DAEBF

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

Shades of Viking #3DAEBF

Tints of Viking #3DAEBF

Color information

#3DAEBF (or 0x3DAEBF) is unknown color: approx Viking. HEX triplet: 3D, AE and BF. RGB value is (61,174,191). Sum of RGB (Red+Green+Blue) = 61+174+191=426 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.32% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #3DAEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAEBF is #C25140. Grayscale: #8D8D8D. Windows color (decimal): -12734785 or 12561981. OLE color: 12561981.

HSL color Cylindrical-coordinate representation of color #3DAEBF: hue angle of 187.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DAEBF is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61174191-
CMYK0.680.0900.25
HSL187.85º51.59%49.41%-
HSV(B)187.85º68.06%74.9%-
XYZ26.4635.0354.66-
YUV142.15155.5670.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.32%
GREEN value IS 174 (68.36% from 255) = 40.85%
BLUE value IS 191 (75% from 255) = 44.84%
R=14.32%
G=40.85%
B=44.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611741910.680.0900.25187.8551.5949.41
Hex3DAEBF449019bc3431
Octal75256277104110312746461
Binary11110110101110101111111000100100101100110111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAEBF; }

 p { color: rgb(61,174,191); }

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

<style>
 a { background-color: #3DAEBF; }

 a { background-color: rgb(61,174,191); }

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

<style>
 span { border-color: #3DAEBF; }

 span { border-color: rgb(61,174,191); }

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