#3CB4BD

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

Shades of Viking #3CB4BD

Tints of Viking #3CB4BD

Color information

#3CB4BD (or 0x3CB4BD) is unknown color: approx Viking. HEX triplet: 3C, B4 and BD. RGB value is (60,180,189). Sum of RGB (Red+Green+Blue) = 60+180+189=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #3CB4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB4BD is #C34B42. Grayscale: #909090. Windows color (decimal): -12798787 or 12432444. OLE color: 12432444.

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

Color convert

RGB60180189-
CMYK0.680.0500.26
HSL184.19º51.81%48.82%-
HSV(B)184.19º68.25%74.12%-
XYZ27.3737.2853.9-
YUV145.15152.7467.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.99%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=13.99%
G=41.96%
B=44.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601801890.680.0500.26184.1951.8148.82
Hex3CB4BD44501Ab83431
Octal7426427510450322706461
Binary1111001011010010111101100010010101101010111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,180,189); }

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

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

 a { background-color: rgb(60,180,189); }

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

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

 span { border-color: rgb(60,180,189); }

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