#3DA8CB

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

Shades of Viking #3DA8CB

Tints of Viking #3DA8CB

Color information

#3DA8CB (or 0x3DA8CB) is unknown color: approx Viking. HEX triplet: 3D, A8 and CB. RGB value is (61,168,203). Sum of RGB (Red+Green+Blue) = 61+168+203=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #3DA8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA8CB is #C25734. Grayscale: #8B8B8B. Windows color (decimal): -12736309 or 13346877. OLE color: 13346877.

HSL color Cylindrical-coordinate representation of color #3DA8CB: hue angle of 194.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DA8CB is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB61168203-
CMYK0.700.1700.20
HSL194.79º57.72%51.76%-
HSV(B)194.79º69.95%79.61%-
XYZ26.7133.3161.52-
YUV140163.5571.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.12%
GREEN value IS 168 (66.02% from 255) = 38.89%
BLUE value IS 203 (79.69% from 255) = 46.99%
R=14.12%
G=38.89%
B=46.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal611682030.700.1700.20194.7957.7251.76
Hex3DA8CB4611014c33a34
Octal75250313106210243037264
Binary111101101010001100101110001101000101010011000011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,168,203); }

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

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

 a { background-color: rgb(61,168,203); }

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

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

 span { border-color: rgb(61,168,203); }

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