#3DB5CA

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

Shades of Viking #3DB5CA

Tints of Viking #3DB5CA

Color information

#3DB5CA (or 0x3DB5CA) is unknown color: approx Viking. HEX triplet: 3D, B5 and CA. RGB value is (61,181,202). Sum of RGB (Red+Green+Blue) = 61+181+202=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DB5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DB5CA is #C24A35. Grayscale: #939393. Windows color (decimal): -12732982 or 13284669. OLE color: 13284669.

HSL color Cylindrical-coordinate representation of color #3DB5CA: hue angle of 188.94º 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 #3DB5CA is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61181202-
CMYK0.700.1000.21
HSL188.94º57.09%51.57%-
HSV(B)188.94º69.8%79.22%-
XYZ29.1138.361.74-
YUV147.51158.7466.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.74%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=13.74%
G=40.77%
B=45.50%

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
Decimal611812020.700.1000.21188.9457.0951.57
Hex3DB5CA46A015bd3934
Octal75265312106120252757164
Binary11110110110101110010101000110101001010110111101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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