#38A8C5

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

Shades of Viking #38A8C5

Tints of Viking #38A8C5

Color information

#38A8C5 (or 0x38A8C5) is unknown color: approx Viking. HEX triplet: 38, A8 and C5. RGB value is (56,168,197). Sum of RGB (Red+Green+Blue) = 56+168+197=421 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.30% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #38A8C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8C5 is #C7573A. Grayscale: #898989. Windows color (decimal): -13063995 or 12953656. OLE color: 12953656.

HSL color Cylindrical-coordinate representation of color #38A8C5: hue angle of 192.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38A8C5 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB56168197-
CMYK0.720.1500.23
HSL192.34º55.73%49.61%-
HSV(B)192.34º71.57%77.25%-
XYZ25.7132.8857.81-
YUV137.82161.3969.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.30%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 197 (77.34% from 255) = 46.79%
R=13.30%
G=39.90%
B=46.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal561681970.720.1500.23192.3455.7349.61
Hex38A8C548F017c03832
Octal70250305110170273007062
Binary11100010101000110001011001000111101011111000000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,168,197); }

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

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

 a { background-color: rgb(56,168,197); }

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

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

 span { border-color: rgb(56,168,197); }

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