Html Css Color HEX #38979B Blue Chill

📋 copy color: '#38979B'

red 56 ◦ green 151 ◦ blue 155

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

Shades of Blue Chill #38979B

Tints of Blue Chill #38979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 15.47%
G = 41.71%
B = 42.82%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38979B (or 0x38979B) is known color: Blue Chill. HEX triplet: 38, 97 and 9B. RGB value is (56,151,155). Sum of RGB (Red+Green+Blue) = 56+151+155=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #38979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38979B is #C76864. Grayscale: #7A7A7A. Windows color (decimal): -13068389 or 10196792. OLE color: 10196792.

HSL color Cylindrical-coordinate representation of color #38979B: hue angle of 182.42º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38979B is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 151 155 -
CMYK 0.64 0.03 0 0.39
HSL 182.42º 0.47% 0.41% -
HSV(B) 182.42º 0.64% 0.61% -
XYZ 18.61 25.34 34.92 -
YUV 123.05 146.03 80.17 -
System Red Green Blue C M Y K H S L
Decimal 56 151 155 0.64 0.03 0 0.39 182.42 0.47 0.41
Hex 38 97 9B 40 3 0 27 B6 2F 29
Octal 70 227 233 100 3 0 47 266 57 51
Binary 111000 10010111 10011011 1000000 11 0 100111 10110110 101111 101001

Color Harmonies of #38979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38979B

Black with #38979B

Text Example


Text Example

White with #38979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38979B; }

 p { color: rgb(56,151,155); }

 H1.HeaderClassName
 {
   color: #38979B;
 }
 .AnyTagClassName
 {
   color: #38979B;
 }
</style>

background-color css

<style>
 a { background-color: #38979B; }

 a { background-color: rgb(56,151,155); }

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

border-color css

<style>
 span { border-color: #38979B; }

 span { border-color: rgb(56,151,155); }

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