#3BA4CA

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

Shades of Viking #3BA4CA

Tints of Viking #3BA4CA

Color information

#3BA4CA (or 0x3BA4CA) is unknown color: approx Viking. HEX triplet: 3B, A4 and CA. RGB value is (59,164,202). Sum of RGB (Red+Green+Blue) = 59+164+202=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #3BA4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA4CA is #C45B35. Grayscale: #888888. Windows color (decimal): -12868406 or 13280315. OLE color: 13280315.

HSL color Cylindrical-coordinate representation of color #3BA4CA: hue angle of 195.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BA4CA is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB59164202-
CMYK0.710.1900.21
HSL195.94º57.43%51.18%-
HSV(B)195.94º70.79%79.22%-
XYZ25.7431.7460.65-
YUV136.94164.7172.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.88%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=13.88%
G=38.59%
B=47.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal591642020.710.1900.21195.9457.4351.18
Hex3BA4CA4713015c43933
Octal73244312107230253047163
Binary111011101001001100101010001111001101010111000100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,164,202); }

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

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

 a { background-color: rgb(59,164,202); }

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

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

 span { border-color: rgb(59,164,202); }

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