#38b3bd

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

Shades of Viking #38B3BD

Tints of Viking #38B3BD

Color information

#38B3BD (or 0x38B3BD) is unknown color: approx Viking. HEX triplet: 38, B3 and BD. RGB value is (56,179,189). Sum of RGB (Red+Green+Blue) = 56+179+189=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #38B3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B3BD is #C74C42. Grayscale: #8F8F8F. Windows color (decimal): -13061187 or 12432184. OLE color: 12432184.

HSL color Cylindrical-coordinate representation of color #38B3BD: hue angle of 184.51º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B3BD is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB56179189-
CMYK0.700.0500.26
HSL184.51º54.29%48.04%-
HSV(B)184.51º70.37%74.12%-
XYZ26.9436.7653.82-
YUV143.36153.7565.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.21%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=13.21%
G=42.22%
B=44.58%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561791890.700.0500.26184.5154.2948.04
Hex38B3BD46501Ab93630
Octal7026327510650322716660
Binary1110001011001110111101100011010101101010111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b3bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38b3bd; }

 p { color: rgb(56,179,189); }

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

<style>
 a { background-color: #38b3bd; }

 a { background-color: rgb(56,179,189); }

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

<style>
 span { border-color: #38b3bd; }

 span { border-color: rgb(56,179,189); }

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