#3BB4CC

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

Shades of Viking #3BB4CC

Tints of Viking #3BB4CC

Color information

#3BB4CC (or 0x3BB4CC) is unknown color: approx Viking. HEX triplet: 3B, B4 and CC. RGB value is (59,180,204). Sum of RGB (Red+Green+Blue) = 59+180+204=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BB4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB4CC is #C44B33. Grayscale: #929292. Windows color (decimal): -12864308 or 13415483. OLE color: 13415483.

HSL color Cylindrical-coordinate representation of color #3BB4CC: hue angle of 189.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BB4CC is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB59180204-
CMYK0.710.1200.2
HSL189.93º58.7%51.57%-
HSV(B)189.93º71.08%80%-
XYZ29.0237.9362.92-
YUV146.56160.4165.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.32%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=13.32%
G=40.63%
B=46.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal591802040.710.1200.2189.9358.751.57
Hex3BB4CC47C014be3b34
Octal73264314107140242767364
Binary11101110110100110011001000111110001010010111110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,180,204); }

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

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

 a { background-color: rgb(59,180,204); }

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

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

 span { border-color: rgb(59,180,204); }

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