Html Css Color HEX #38A8BD Viking

📋 copy color: '#38A8BD'

red 56 ◦ green 168 ◦ blue 189

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

Shades of Viking #38A8BD

Tints of Viking #38A8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

 BLUE value IS 189 (74.22% from 255) = 45.76%

R = 13.56%
G = 40.68%
B = 45.76%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#38A8BD (or 0x38A8BD) is known color: Viking. HEX triplet: 38, A8 and BD. RGB value is (56,168,189). Sum of RGB (Red+Green+Blue) = 56+168+189=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #38A8BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8BD is #C75742. Grayscale: #888888. Windows color (decimal): -13064003 or 12429368. OLE color: 12429368.

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

Color convert

RGB 56 168 189 -
CMYK 0.70 0.11 0 0.26
HSL 189.47º 0.54% 0.48% -
HSV(B) 189.47º 0.7% 0.74% -
XYZ 24.82 32.52 53.11 -
YUV 136.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 56 168 189 0.70 0.11 0 0.26 189.47 0.54 0.48
Hex 38 A8 BD 46 B 0 1A BD 36 30
Octal 70 250 275 106 13 0 32 275 66 60
Binary 111000 10101000 10111101 1000110 1011 0 11010 10111101 110110 110000

Color Harmonies of #38A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A8BD

Black with #38A8BD

Text Example


Text Example

White with #38A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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