#44B3C1

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

Shades of Viking #44B3C1

Tints of Viking #44B3C1

Color information

#44B3C1 (or 0x44B3C1) is unknown color: approx Viking. HEX triplet: 44, B3 and C1. RGB value is (68,179,193). Sum of RGB (Red+Green+Blue) = 68+179+193=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #44B3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44B3C1 is #BB4C3E. Grayscale: #939393. Windows color (decimal): -12274751 or 12694340. OLE color: 12694340.

HSL color Cylindrical-coordinate representation of color #44B3C1: hue angle of 186.72º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44B3C1 is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68179193-
CMYK0.650.0700.24
HSL186.72º50.2%51.18%-
HSV(B)186.72º64.77%75.69%-
XYZ28.1337.3256.17-
YUV147.41153.7371.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.45%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=15.45%
G=40.68%
B=43.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681791930.650.0700.24186.7250.251.18
Hex44B3C1417018bb3233
Octal10426330110170302736263
Binary10001001011001111000001100000111101100010111011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B3C1; }

 p { color: rgb(68,179,193); }

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

<style>
 a { background-color: #44B3C1; }

 a { background-color: rgb(68,179,193); }

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

<style>
 span { border-color: #44B3C1; }

 span { border-color: rgb(68,179,193); }

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