#3DB6CA

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

Shades of Viking #3DB6CA

Tints of Viking #3DB6CA

Color information

#3DB6CA (or 0x3DB6CA) is unknown color: approx Viking. HEX triplet: 3D, B6 and CA. RGB value is (61,182,202). Sum of RGB (Red+Green+Blue) = 61+182+202=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DB6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB6CA is #C24935. Grayscale: #939393. Windows color (decimal): -12732726 or 13284925. OLE color: 13284925.

HSL color Cylindrical-coordinate representation of color #3DB6CA: hue angle of 188.51º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DB6CA is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61182202-
CMYK0.700.1000.21
HSL188.51º57.09%51.57%-
HSV(B)188.51º69.8%79.22%-
XYZ29.3138.7161.8-
YUV148.1158.4165.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.71%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=13.71%
G=40.90%
B=45.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal611822020.700.1000.21188.5157.0951.57
Hex3DB6CA46A015bd3934
Octal75266312106120252757164
Binary11110110110110110010101000110101001010110111101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,182,202); }

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

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

 a { background-color: rgb(61,182,202); }

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

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

 span { border-color: rgb(61,182,202); }

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