Html Css Color HEX #38AABC Viking

📋 copy color: '#38AABC'

red 56 ◦ green 170 ◦ blue 188

#38AABC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #38AABC

Tints of Viking #38AABC

RGB

 RED value IS 56 (22.27% from 255) = 13.53%

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 13.53%
G = 41.06%
B = 45.41%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#38AABC (or 0x38AABC) is known color: Viking. HEX triplet: 38, AA and BC. RGB value is (56,170,188). Sum of RGB (Red+Green+Blue) = 56+170+188=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #38AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AABC is #C75543. Grayscale: #898989. Windows color (decimal): -13063492 or 12364344. OLE color: 12364344.

HSL color Cylindrical-coordinate representation of color #38AABC: hue angle of 188.18º 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 #38AABC is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 170 188 -
CMYK 0.70 0.10 0 0.26
HSL 188.18º 0.54% 0.48% -
HSV(B) 188.18º 0.7% 0.74% -
XYZ 25.08 33.22 52.67 -
YUV 137.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 56 170 188 0.70 0.10 0 0.26 188.18 0.54 0.48
Hex 38 AA BC 46 A 0 1A BC 36 30
Octal 70 252 274 106 12 0 32 274 66 60
Binary 111000 10101010 10111100 1000110 1010 0 11010 10111100 110110 110000

Color Harmonies of #38AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AABC

Black with #38AABC

Text Example


Text Example

White with #38AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,170,188); }

 H1.HeaderClassName
 {
   color: #38AABC;
 }
 .AnyTagClassName
 {
   color: #38AABC;
 }
</style>

background-color css

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

 a { background-color: rgb(56,170,188); }

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

border-color css

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

 span { border-color: rgb(56,170,188); }

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